Commit 80663785 authored by Dieter's avatar Dieter Committed by Michael Niedermayer

-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
parent 8671359b
......@@ -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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment