summaryrefslogtreecommitdiff
path: root/src/libffmpeg
diff options
context:
space:
mode:
authorJuergen Keil <jkeil@users.sourceforge.net>2002-10-28 13:30:58 +0000
committerJuergen Keil <jkeil@users.sourceforge.net>2002-10-28 13:30:58 +0000
commit711c71162d608a177e1d5329145a769ad9938de1 (patch)
tree0df767c62638acf67b2fa3f6ac42d466bf1bea91 /src/libffmpeg
parent5facffec3fa4f7a9f57599764513721ba96daa21 (diff)
downloadxine-lib-711c71162d608a177e1d5329145a769ad9938de1.tar.gz
xine-lib-711c71162d608a177e1d5329145a769ad9938de1.tar.bz2
Build all xine plugin modules with "-export-symbols-regex xine_plugin_info",
to get a minimal dynamic linker symbol table CVS patchset: 3073 CVS date: 2002/10/28 13:30:58
Diffstat (limited to 'src/libffmpeg')
-rw-r--r--src/libffmpeg/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libffmpeg/Makefile.am b/src/libffmpeg/Makefile.am
index 4255d37b8..5dea33a93 100644
--- a/src/libffmpeg/Makefile.am
+++ b/src/libffmpeg/Makefile.am
@@ -17,7 +17,7 @@ libdir = $(XINE_PLUGINDIR)
lib_LTLIBRARIES = xineplug_decode_ff.la
xineplug_decode_ff_la_SOURCES = xine_decoder.c
-xineplug_decode_ff_la_LDFLAGS = -avoid-version -module
+xineplug_decode_ff_la_LDFLAGS = -avoid-version -module @XINE_PLUGIN_MIN_SYMS@
xineplug_decode_ff_la_LIBADD = \
$(top_builddir)/src/xine-engine/libxine.la \
$(top_builddir)/src/libffmpeg/libavcodec/libavcodec.la