aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDieter <freebsd@sopwith.solgatos.com>2002-11-02 00:30:34 +0000
committerMichael Niedermayer <michaelni@gmx.at>2002-11-02 00:30:34 +0000
commit80663785f7a7cf1f7e328d26467a424b52a495da (patch)
tree18d0e433d9bcba8c51a22703592d4c360478f398
parent8671359bfc57c3ee9c753033a79c15ea73c12c38 (diff)
downloadffmpeg-80663785f7a7cf1f7e328d26467a424b52a495da.tar.gz
-mdynamic-no-pic for darwin -> 5% speedup patch by (Dieter Shirley <dieters at schemasoft dot com>)
Originally committed as revision 1140 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 2029edcd96..84eb310e6a 100755
--- a/configure
+++ b/configure
@@ -96,7 +96,7 @@ Darwin)
cc="cc"
v4l="no"
audio_oss="no"
-CFLAGS="-no-cpp-precomp -pipe -O3 -fomit-frame-pointer"
+CFLAGS="-no-cpp-precomp -pipe -O3 -fomit-frame-pointer -mdynamic-no-pic"
SHFLAGS="-dynamiclib"
extralibs=""
darwin="yes"