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/audio_out/Makefile.am | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src/audio_out') diff --git a/src/audio_out/Makefile.am b/src/audio_out/Makefile.am index 6d0e0382a..30ad489ca 100644 --- a/src/audio_out/Makefile.am +++ b/src/audio_out/Makefile.am @@ -54,26 +54,26 @@ lib_LTLIBRARIES = $(oss_module) \ # $(sun_module) xineplug_ao_out_oss_la_SOURCES = audio_oss_out.c -xineplug_ao_out_oss_la_LDFLAGS = -avoid-version -module +xineplug_ao_out_oss_la_LDFLAGS = -avoid-version -module @XINE_PLUGIN_MIN_SYMS@ xineplug_ao_out_alsa_la_SOURCES = audio_alsa_out.c xineplug_ao_out_alsa_la_LIBADD = $(ALSA_LIBS) -xineplug_ao_out_alsa_la_LDFLAGS = -avoid-version -module +xineplug_ao_out_alsa_la_LDFLAGS = -avoid-version -module @XINE_PLUGIN_MIN_SYMS@ #xineplug_ao_out_esd_la_SOURCES = audio_esd_out.c #xineplug_ao_out_esd_la_LIBADD = $(ESD_LIBS) -#xineplug_ao_out_esd_la_LDFLAGS = -avoid-version -module +#xineplug_ao_out_esd_la_LDFLAGS = -avoid-version -module @XINE_PLUGIN_MIN_SYMS@ xineplug_ao_out_sun_la_SOURCES = audio_sun_out.c -xineplug_ao_out_sun_la_LDFLAGS = -avoid-version -module +xineplug_ao_out_sun_la_LDFLAGS = -avoid-version -module @XINE_PLUGIN_MIN_SYMS@ #xineplug_ao_out_irixal_la_SOURCES = audio_irixal_out.c #xineplug_ao_out_irixal_la_LIBADD = $(IRIXAL_LIBS) -#xineplug_ao_out_irixal_la_LDFLAGS = -avoid-version -module +#xineplug_ao_out_irixal_la_LDFLAGS = -avoid-version -module @XINE_PLUGIN_MIN_SYMS@ #xineplug_ao_out_arts_la_SOURCES = audio_arts_out.c #xineplug_ao_out_arts_la_LIBADD = $(ARTS_LIBS) -#xineplug_ao_out_arts_la_LDFLAGS = -avoid-version -module +#xineplug_ao_out_arts_la_LDFLAGS = -avoid-version -module @XINE_PLUGIN_MIN_SYMS@ noinst_HEADERS = \ audio_alsa_out.h \ -- cgit v1.2.3