[FFmpeg-cvslog] r11164 - trunk/configure
mru
subversion
Tue Dec 4 21:01:42 CET 2007
Author: mru
Date: Tue Dec 4 21:01:41 2007
New Revision: 11164
Log:
use -Bsymbolic linker flag if supported
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure (original)
+++ trunk/configure Tue Dec 4 21:01:41 2007
@@ -1701,6 +1701,7 @@ enabled extra_warnings && check_cflags -
# add some linker flags
check_ldflags -Wl,--warn-common
check_ldflags $LDLATEFLAGS
+check_ldflags -Wl,-Bsymbolic
if enabled small; then
check_cflags -Os # not all compilers support -Os
More information about the ffmpeg-cvslog
mailing list