diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2003-10-19 21:11:02 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2003-10-19 21:11:02 +0000 |
commit | f2fae326e3f2ef03aa1b1ba91153f82a7f2be5c8 (patch) | |
tree | 72f489514be9c8611a907e5f2ccd780ba2d7429b | |
parent | dc7cb06ae0f1a24ca0aa106eacc332ceba518928 (diff) | |
download | ffmpeg-f2fae326e3f2ef03aa1b1ba91153f82a7f2be5c8.tar.gz |
OS/X 10.2.x gcc-3.1 bug workaround by ("Steven M. Schultz" <sms at 2BSD dot COM>)
Originally committed as revision 2400 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rwxr-xr-x | configure | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -426,6 +426,9 @@ if test $targetos = Darwin; then *2.95*) CFLAGS="-no-cpp-precomp -pipe -fomit-frame-pointer" ;; + *3.1*) + CFLAGS="-no-cpp-precomp -pipe -fomit-frame-pointer -force_cpusubtype_ALL -Wno-sign-compare" + ;; *3.3*) CFLAGS="-no-cpp-precomp -pipe -fomit-frame-pointer -mdynamic-no-pic -force_cpusubtype_ALL -Wno-sign-compare" ;; |