GCC 4.0 on Mac OS X 10.4 patch by (Bill May <wmay cisco com )

Originally committed as revision 4182 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Bill May 2005-05-05 18:24:08 +00:00 committed by Michael Niedermayer
parent 893bc62480
commit 369a02c2f4
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

@ -597,7 +597,7 @@ if test $targetos = Darwin; then
*2.95*)
CFLAGS="$CFLAGS -no-cpp-precomp -pipe -fomit-frame-pointer"
;;
*3.*)
*[34].*)
CFLAGS="$CFLAGS -no-cpp-precomp -pipe -fomit-frame-pointer -force_cpusubtype_ALL -Wno-sign-compare"
if test "$lshared" = no; then
needmdynamicnopic="yes"