summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorReinhard Tartler <siretart@tauware.de>2010-06-15 13:29:20 +0000
committerReinhard Tartler <siretart@tauware.de>2010-06-15 13:29:20 +0000
commit44f91788a5e39478509fc279445ff38fab770bc4 (patch)
treead74185a1cc90e811efc21f0dc651b25bd9f7d85 /configure
parent03b47bb8d7364d77a205c6aa2abadfbc6643c702 (diff)
revert r23610, better patch is pending
Originally committed as revision 23612 to svn://svn.ffmpeg.org/ffmpeg/branches/0.6
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure8
1 files changed, 1 insertions, 7 deletions
diff --git a/configure b/configure
index fba5a5312e..783e59d62d 100755
--- a/configure
+++ b/configure
@@ -1086,7 +1086,6 @@ HAVE_LIST="
struct_sockaddr_in6
struct_sockaddr_sa_len
struct_sockaddr_storage
- gnu_symbol_versioning
sys_mman_h
sys_resource_h
sys_select_h
@@ -2734,12 +2733,7 @@ check_ldflags -Wl,-Bsymbolic
echo "X{};" > $TMPV
test_ldflags -Wl,--version-script,$TMPV &&
- append SHFLAGS '-Wl,--version-script,\$(SUBDIR)lib\$(NAME).ver' &&
- check_cc <<EOF && enable gnu_symbol_versioning
-int ff_foo();
-int ff_foo() {}
-__asm__(".symver foo,av_foo@SOME_TAG");
-EOF
+ append SHFLAGS '-Wl,--version-script,\$(SUBDIR)lib\$(NAME).ver'
if enabled small; then
add_cflags $size_cflags