mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 08:11:16 +00:00
gst-ffmpeg.spec.in: Build with -O1 by default since otherwise assembler breaks
Original commit message from CVS: * gst-ffmpeg.spec.in: Build with -O1 by default since otherwise assembler breaks
This commit is contained in:
parent
5ace343ac9
commit
d9b883110e
2 changed files with 6 additions and 7 deletions
11
ChangeLog
11
ChangeLog
|
@ -1,3 +1,8 @@
|
||||||
|
2006-10-24 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||||
|
|
||||||
|
* gst-ffmpeg.spec.in:
|
||||||
|
Build with -O1 by default since otherwise assembler breaks
|
||||||
|
|
||||||
2006-10-24 Edward Hervey <edward@fluendo.com>
|
2006-10-24 Edward Hervey <edward@fluendo.com>
|
||||||
|
|
||||||
* ext/ffmpeg/gstffmpegcfg.c:
|
* ext/ffmpeg/gstffmpegcfg.c:
|
||||||
|
@ -11,12 +16,6 @@
|
||||||
Use EPZS (Enhanced Predictive Zonal Search) as the default motion
|
Use EPZS (Enhanced Predictive Zonal Search) as the default motion
|
||||||
estimation method, since it's the best quality to speed compromise.
|
estimation method, since it's the best quality to speed compromise.
|
||||||
|
|
||||||
2006-10-20 Thomas Vander Stichele <thomas at apestaart dot org>
|
|
||||||
|
|
||||||
reviewed by: <delete if not using a buddy>
|
|
||||||
|
|
||||||
* gst-ffmpeg.spec.in:
|
|
||||||
|
|
||||||
2006-10-20 Mark Nauwelaerts <manauw@skynet.be>
|
2006-10-20 Mark Nauwelaerts <manauw@skynet.be>
|
||||||
|
|
||||||
Reviewed by: Edward Hervey <edward@fluendo.com>
|
Reviewed by: Edward Hervey <edward@fluendo.com>
|
||||||
|
|
|
@ -38,7 +38,7 @@ multimedia formats.
|
||||||
%build
|
%build
|
||||||
%configure
|
%configure
|
||||||
|
|
||||||
make %{?_smp_mflags} CFLAGS=-Wno-error
|
make %{?_smp_mflags} CFLAGS="-Wno-error -O1"
|
||||||
|
|
||||||
%install
|
%install
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
Loading…
Reference in a new issue