-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
This commit is contained in:
Dieter 2002-11-02 00:30:34 +00:00 committed by Michael Niedermayer
parent 8671359bfc
commit 80663785f7
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

@ -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"