mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
-O3
Originally committed as revision 732 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
ebd62a2402
commit
29482cb4ca
4
configure
vendored
4
configure
vendored
@ -59,7 +59,7 @@ case $targetos in
|
||||
BeOS)
|
||||
prefix="/boot/home/config"
|
||||
# helps building libavcodec
|
||||
CFLAGS="-O2 -DPIC"
|
||||
CFLAGS="-O3 -DPIC"
|
||||
v4l="no"
|
||||
# no need for libm, but the inet stuff
|
||||
# Check for BONE
|
||||
@ -147,7 +147,7 @@ fi
|
||||
|
||||
# Checking for CFLAGS
|
||||
if test -z "$CFLAGS"; then
|
||||
CFLAGS="-O2"
|
||||
CFLAGS="-O3"
|
||||
fi
|
||||
|
||||
if test "$win32" = "yes" ; then
|
||||
|
Loading…
Reference in New Issue
Block a user