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
pull/126/head
Bill May 20 years ago committed by Michael Niedermayer
parent 893bc62480
commit 369a02c2f4
  1. 2
      configure

2
configure vendored

@ -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"

Loading…
Cancel
Save