summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorManfred Tremmel <manfredtremmel@users.sourceforge.net>2004-01-03 20:04:22 +0000
committerManfred Tremmel <manfredtremmel@users.sourceforge.net>2004-01-03 20:04:22 +0000
commit2d85f7f6d875e75129db1757fc4c6317c04e5e5b (patch)
tree9fb0a41f6218c03f853e2fab601e742e71ef3502 /src
parent6ef901dec7dfafe5b2f610ccb2443df943341364 (diff)
downloadxine-lib-2d85f7f6d875e75129db1757fc4c6317c04e5e5b.tar.gz
xine-lib-2d85f7f6d875e75129db1757fc4c6317c04e5e5b.tar.bz2
some changes to build iff-demuxer
CVS patchset: 5981 CVS date: 2004/01/03 20:04:22
Diffstat (limited to 'src')
-rw-r--r--src/demuxers/Makefile.am7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/demuxers/Makefile.am b/src/demuxers/Makefile.am
index b0966e4a2..6729fecf4 100644
--- a/src/demuxers/Makefile.am
+++ b/src/demuxers/Makefile.am
@@ -44,7 +44,8 @@ lib_LTLIBRARIES = $(ogg_module) $(asf_module) $(mng_module) $(image_module) \
xineplug_dmx_pva.la \
xineplug_dmx_yuv_frames.la \
xineplug_dmx_slave.la \
- xineplug_dmx_nsv.la
+ xineplug_dmx_nsv.la \
+ xineplug_dmx_iff.la
xineplug_dmx_ogg_la_SOURCES = demux_ogg.c
xineplug_dmx_ogg_la_LIBADD = $(OGG_LIBS) $(VORBIS_LIBS) $(SPEEX_LIBS) $(THEORA_LIBS) $(XINE_LIB)
@@ -137,5 +138,9 @@ xineplug_dmx_nsv_la_SOURCES = demux_nsv.c
xineplug_dmx_nsv_la_LIBADD = $(XINE_LIB)
xineplug_dmx_nsv_la_LDFLAGS = -avoid-version -module @XINE_PLUGIN_MIN_SYMS@
+xineplug_dmx_iff_la_SOURCES = demux_iff.c
+xineplug_dmx_iff_la_LIBADD = $(XINE_LIB)
+xineplug_dmx_iff_la_LDFLAGS = -avoid-version -module @XINE_PLUGIN_MIN_SYMS@
+
include_HEADERS = demux.h
noinst_HEADERS = asfheader.h qtpalette.h group_games.h group_audio.h id3.h