From 711c71162d608a177e1d5329145a769ad9938de1 Mon Sep 17 00:00:00 2001 From: Juergen Keil Date: Mon, 28 Oct 2002 13:30:58 +0000 Subject: 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 --- src/libxvid/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libxvid') diff --git a/src/libxvid/Makefile.am b/src/libxvid/Makefile.am index 8e90a78de..506a2e3fe 100644 --- a/src/libxvid/Makefile.am +++ b/src/libxvid/Makefile.am @@ -13,7 +13,7 @@ lib_LTLIBRARIES = $(xvid_modules) xineplug_decode_xvid_la_SOURCES = xine_decoder.c xineplug_decode_xvid_la_LIBADD = @XVID_LIBS@ -xineplug_decode_xvid_la_LDFLAGS = -avoid-version -module +xineplug_decode_xvid_la_LDFLAGS = -avoid-version -module @XINE_PLUGIN_MIN_SYMS@ debug: @$(MAKE) CFLAGS="$(DEBUG_CFLAGS)" -- cgit v1.2.3