mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 15:51:11 +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>
|
||||
|
||||
* 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
|
||||
|
|
Loading…
Reference in a new issue