summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThibaut Mattern <tmattern@users.sourceforge.net>2002-12-12 23:34:39 +0000
committerThibaut Mattern <tmattern@users.sourceforge.net>2002-12-12 23:34:39 +0000
commitbfff114a8367707f85e14f74d688c53699822dec (patch)
treeb4a71d36ef6ee77f4cdb3e15247dcff6204eda5e
parenta114d93ac883730acc0cb91e80ad0fababe10f6e (diff)
downloadxine-lib-bfff114a8367707f85e14f74d688c53699822dec.tar.gz
xine-lib-bfff114a8367707f85e14f74d688c53699822dec.tar.bz2
Adds asfheader.h
CVS patchset: 3501 CVS date: 2002/12/12 23:34:39
-rw-r--r--src/demuxers/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/demuxers/Makefile.am b/src/demuxers/Makefile.am
index feec4304d..1adf8b450 100644
--- a/src/demuxers/Makefile.am
+++ b/src/demuxers/Makefile.am
@@ -98,7 +98,7 @@ xineplug_dmx_qt_la_SOURCES = demux_qt.c qtpalette.h
xineplug_dmx_qt_la_LIBADD = $(XINELIB)
xineplug_dmx_qt_la_LDFLAGS = -avoid-version -module @XINE_PLUGIN_MIN_SYMS@
-xineplug_dmx_asf_la_SOURCES = demux_asf.c
+xineplug_dmx_asf_la_SOURCES = demux_asf.c asfheader.h
xineplug_dmx_asf_la_LIBADD = $(XINELIB)
xineplug_dmx_asf_la_LDFLAGS = -avoid-version -module @XINE_PLUGIN_MIN_SYMS@