Browse Source

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
tags/v0.5
Bill May Michael Niedermayer 21 years ago
parent
commit
369a02c2f4
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      configure

+ 1
- 1
configure 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"


Loading…
Cancel
Save