This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
-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
tags/v0.5
Dieter
Michael Niedermayer
23 years ago
parent
8671359bfc
commit
80663785f7
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
configure
+ 1
- 1
configure
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"
Write
Preview
Loading…
Cancel
Save