diff options
author | Juergen Keil <jkeil@users.sourceforge.net> | 2002-10-28 13:30:58 +0000 |
---|---|---|
committer | Juergen Keil <jkeil@users.sourceforge.net> | 2002-10-28 13:30:58 +0000 |
commit | 711c71162d608a177e1d5329145a769ad9938de1 (patch) | |
tree | 0df767c62638acf67b2fa3f6ac42d466bf1bea91 /src/audio_out | |
parent | 5facffec3fa4f7a9f57599764513721ba96daa21 (diff) | |
download | xine-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/audio_out')
-rw-r--r-- | src/audio_out/Makefile.am | 12 |
1 files changed, 6 insertions, 6 deletions
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 \ |