diff options
author | Martin Storsjö <martin@martin.st> | 2010-12-14 08:34:57 +0000 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2010-12-14 08:34:57 +0000 |
commit | 9baec618c038204c05e8f47c7707da88290d0081 (patch) | |
tree | e8580a608bbea95cc5f5f9a098a3b275a0bfe499 /configure | |
parent | 0c1758f0183116eda9fd8983deb0d1f3779a493d (diff) | |
download | ffmpeg-9baec618c038204c05e8f47c7707da88290d0081.tar.gz |
configure: Allow disabling symbol versioning via --disable-symver
Originally committed as revision 25944 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 " |