OSDN Git Service

-mdynamic-no-pic for darwin -> 5% speedup patch by (Dieter Shirley <dieters at schema...
authorDieter <freebsd@sopwith.solgatos.com>
Sat, 2 Nov 2002 00:30:34 +0000 (00:30 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Sat, 2 Nov 2002 00:30:34 +0000 (00:30 +0000)
Originally committed as revision 1140 to svn://svn.ffmpeg.org/ffmpeg/trunk

configure

index 2029edc..84eb310 100755 (executable)
--- 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"