diff options
author | Thibaut Mattern <tmattern@users.sourceforge.net> | 2006-09-07 07:21:06 +0000 |
---|---|---|
committer | Thibaut Mattern <tmattern@users.sourceforge.net> | 2006-09-07 07:21:06 +0000 |
commit | 045444a964c3b8d84142697bbcc98db3d959a0db (patch) | |
tree | 298c1254342efb5ee2c917cb44878c26b0b219a4 /src/demuxers/Makefile.am | |
parent | e2426a05a8fa7417093f8b2522210f635a0cbeca (diff) | |
download | xine-lib-045444a964c3b8d84142697bbcc98db3d959a0db.tar.gz xine-lib-045444a964c3b8d84142697bbcc98db3d959a0db.tar.bz2 |
Added common asf header parser.
Modified the mms input plugins and the asf demuxer to use the new parser.
Added Asf Extended Header parsing, fixed best stream selection.
CVS patchset: 8203
CVS date: 2006/09/07 07:21:06
Diffstat (limited to 'src/demuxers/Makefile.am')
-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 b7904e54b..228cb08e1 100644 --- a/src/demuxers/Makefile.am +++ b/src/demuxers/Makefile.am @@ -90,7 +90,7 @@ xineplug_dmx_qt_la_LIBADD = $(XINE_LIB) $(ZLIB_LIBS) xineplug_dmx_qt_la_CFLAGS = $(VISIBILITY_FLAG) $(AM_CFLAGS) xineplug_dmx_qt_la_LDFLAGS = -avoid-version -module -xineplug_dmx_asf_la_SOURCES = demux_asf.c +xineplug_dmx_asf_la_SOURCES = demux_asf.c asfheader.c xineplug_dmx_asf_la_LIBADD = $(XINE_LIB) xineplug_dmx_asf_la_CFLAGS = $(VISIBILITY_FLAG) $(AM_CFLAGS) -fno-strict-aliasing xineplug_dmx_asf_la_LDFLAGS = -avoid-version -module |