diff options
author | Bill May <wmay@cisco.com> | 2005-05-05 18:24:08 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2005-05-05 18:24:08 +0000 |
commit | 369a02c2f4f3011e2afee8b9d2a4e7fddac86fef (patch) | |
tree | 008a2cb22fb84272b5c801c15408bf06ff910205 /configure | |
parent | 893bc624807753ac08d62fae5a26c7d433717e1e (diff) | |
download | ffmpeg-369a02c2f4f3011e2afee8b9d2a4e7fddac86fef.tar.gz |
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
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |