diff options
author | Thibaut Mattern <tmattern@users.sourceforge.net> | 2002-12-12 23:34:39 +0000 |
---|---|---|
committer | Thibaut Mattern <tmattern@users.sourceforge.net> | 2002-12-12 23:34:39 +0000 |
commit | bfff114a8367707f85e14f74d688c53699822dec (patch) | |
tree | b4a71d36ef6ee77f4cdb3e15247dcff6204eda5e | |
parent | a114d93ac883730acc0cb91e80ad0fababe10f6e (diff) | |
download | xine-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.am | 2 |
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@ |