summaryrefslogtreecommitdiff
path: root/src/demuxers/Makefile.am
diff options
context:
space:
mode:
authorMike Melanson <mike@multimedia.cx>2003-01-02 06:10:49 +0000
committerMike Melanson <mike@multimedia.cx>2003-01-02 06:10:49 +0000
commitfbde8d328d2b82e9f95ea5a181737df7bf33e101 (patch)
treee7941dd00c6d9307d1321e2cf25704b2775408d3 /src/demuxers/Makefile.am
parentcdff0143815e76d61fa4680e2de01c360fd3ef21 (diff)
downloadxine-lib-fbde8d328d2b82e9f95ea5a181737df7bf33e101.tar.gz
xine-lib-fbde8d328d2b82e9f95ea5a181737df7bf33e101.tar.bz2
writing demuxers like they're going out of style or something...added
demuxers for Westwood Studios AUD, Playstation STR, and TechnoTrend PVA CVS patchset: 3749 CVS date: 2003/01/02 06:10:49
Diffstat (limited to 'src/demuxers/Makefile.am')
-rw-r--r--src/demuxers/Makefile.am19
1 files changed, 17 insertions, 2 deletions
diff --git a/src/demuxers/Makefile.am b/src/demuxers/Makefile.am
index 00472e1a9..64754e3da 100644
--- a/src/demuxers/Makefile.am
+++ b/src/demuxers/Makefile.am
@@ -50,7 +50,10 @@ lib_LTLIBRARIES = $(ogg_module) $(asf_module) $(mng_module) \
xineplug_dmx_realaudio.la \
xineplug_dmx_eawve.la \
xineplug_dmx_rawdv.la \
- xineplug_dmx_ipmovie.la
+ xineplug_dmx_ipmovie.la \
+ xineplug_dmx_str.la \
+ xineplug_dmx_pva.la \
+ xineplug_dmx_aud.la
xineplug_dmx_ogg_la_SOURCES = demux_ogg.c
xineplug_dmx_ogg_la_LIBADD = $(OGG_LIBS) $(VORBIS_LIBS) $(XINELIB)
@@ -165,9 +168,21 @@ xineplug_dmx_mng_la_LIBADD = $(XINELIB) $(ZLIB_LIBS) $(MNG_LIBS)
xineplug_dmx_mng_la_LDFLAGS = -avoid-version -module @XINE_PLUGIN_MIN_SYMS@
xineplug_dmx_ipmovie_la_SOURCES = demux_ipmovie.c
-xineplug_dmx_ipmovie_la_LIBADD = $(XINELIB) $(ZLIB_LIBS) $(MNG_LIBS)
+xineplug_dmx_ipmovie_la_LIBADD = $(XINELIB)
xineplug_dmx_ipmovie_la_LDFLAGS = -avoid-version -module @XINE_PLUGIN_MIN_SYMS@
+xineplug_dmx_str_la_SOURCES = demux_str.c
+xineplug_dmx_str_la_LIBADD = $(XINELIB)
+xineplug_dmx_str_la_LDFLAGS = -avoid-version -module @XINE_PLUGIN_MIN_SYMS@
+
+xineplug_dmx_pva_la_SOURCES = demux_pva.c
+xineplug_dmx_pva_la_LIBADD = $(XINELIB)
+xineplug_dmx_pva_la_LDFLAGS = -avoid-version -module @XINE_PLUGIN_MIN_SYMS@
+
+xineplug_dmx_aud_la_SOURCES = demux_aud.c
+xineplug_dmx_aud_la_LIBADD = $(XINELIB)
+xineplug_dmx_aud_la_LDFLAGS = -avoid-version -module @XINE_PLUGIN_MIN_SYMS@
+
include_HEADERS = demux.h
noinst_HEADERS = asfheader.h qtpalette.h