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:
Thomas Vander Stichele 2006-10-24 13:13:14 +00:00
parent 5ace343ac9
commit d9b883110e
2 changed files with 6 additions and 7 deletions

View file

@ -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>
* ext/ffmpeg/gstffmpegcfg.c:
@ -11,12 +16,6 @@
Use EPZS (Enhanced Predictive Zonal Search) as the default motion
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>
Reviewed by: Edward Hervey <edward@fluendo.com>

View file

@ -38,7 +38,7 @@ multimedia formats.
%build
%configure
make %{?_smp_mflags} CFLAGS=-Wno-error
make %{?_smp_mflags} CFLAGS="-Wno-error -O1"
%install
rm -rf $RPM_BUILD_ROOT