mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-06-29 04:17:06 +08:00
configure: Allow disabling symbol versioning via --disable-symver
Originally committed as revision 25944 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
2
configure
vendored
2
configure
vendored
@ -235,6 +235,7 @@ Advanced options (experts only):
|
|||||||
--enable-pic build position-independent code
|
--enable-pic build position-independent code
|
||||||
--malloc-prefix=PFX prefix malloc and related names with PFX
|
--malloc-prefix=PFX prefix malloc and related names with PFX
|
||||||
--enable-sram allow use of on-chip SRAM
|
--enable-sram allow use of on-chip SRAM
|
||||||
|
--disable-symver disable symbol versioning
|
||||||
|
|
||||||
Developer options (useful when working on FFmpeg itself):
|
Developer options (useful when working on FFmpeg itself):
|
||||||
--disable-debug disable debugging symbols
|
--disable-debug disable debugging symbols
|
||||||
@ -1097,6 +1098,7 @@ CMDLINE_SELECT="
|
|||||||
logging
|
logging
|
||||||
optimizations
|
optimizations
|
||||||
stripping
|
stripping
|
||||||
|
symver
|
||||||
yasm
|
yasm
|
||||||
"
|
"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user