Skip to content
Snippets Groups Projects
Commit d9b88311 authored by Thomas Vander Stichele's avatar Thomas Vander Stichele
Browse files

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
parent 5ace343a
No related branches found
No related tags found
No related merge requests found
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>
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment