[FFmpeg-cvslog] r25944 - trunk/configure
mstorsjo
subversion
Tue Dec 14 09:34:58 CET 2010
Author: mstorsjo
Date: Tue Dec 14 09:34:57 2010
New Revision: 25944
Log:
configure: Allow disabling symbol versioning via --disable-symver
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure Mon Dec 13 18:54:00 2010 (r25943)
+++ trunk/configure Tue Dec 14 09:34:57 2010 (r25944)
@@ -235,6 +235,7 @@ Advanced options (experts only):
--enable-pic build position-independent code
--malloc-prefix=PFX prefix malloc and related names with PFX
--enable-sram allow use of on-chip SRAM
+ --disable-symver disable symbol versioning
Developer options (useful when working on FFmpeg itself):
--disable-debug disable debugging symbols
@@ -1097,6 +1098,7 @@ CMDLINE_SELECT="
logging
optimizations
stripping
+ symver
yasm
"
More information about the ffmpeg-cvslog
mailing list