summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorBill May <wmay@cisco.com>2005-05-05 18:24:08 +0000
committerMichael Niedermayer <michaelni@gmx.at>2005-05-05 18:24:08 +0000
commit369a02c2f4f3011e2afee8b9d2a4e7fddac86fef (patch)
tree008a2cb22fb84272b5c801c15408bf06ff910205 /configure
parent893bc624807753ac08d62fae5a26c7d433717e1e (diff)
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-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 6c89cca9da..14553380e4 100755
--- a/configure
+++ b/configure
@@ -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"