summaryrefslogtreecommitdiff
path: root/src/libvorbis
diff options
context:
space:
mode:
Diffstat (limited to 'src/libvorbis')
-rw-r--r--src/libvorbis/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libvorbis/Makefile.am b/src/libvorbis/Makefile.am
index a359f4b40..fb979aa08 100644
--- a/src/libvorbis/Makefile.am
+++ b/src/libvorbis/Makefile.am
@@ -16,7 +16,7 @@ lib_LTLIBRARIES = $(vorbis_module)
xineplug_decode_vorbis_la_SOURCES = xine_decoder.c
xineplug_decode_vorbis_la_LIBADD = $(VORBIS_LIBS)
-xineplug_decode_vorbis_la_LDFLAGS = -avoid-version -module
+xineplug_decode_vorbis_la_LDFLAGS = -avoid-version -module @XINE_PLUGIN_MIN_SYMS@
debug:
# @$(MAKE) CFLAGS="$(DEBUG_CFLAGS) $(OGG_CFLAGS) $(VORBIS_CFLAGS)"