Commit 1c7a785c authored by michael's avatar michael

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


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@4182 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 99c67507
......@@ -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"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment