diff options
author | Guenter Bartsch <guenter@users.sourceforge.net> | 2002-10-20 02:20:13 +0000 |
---|---|---|
committer | Guenter Bartsch <guenter@users.sourceforge.net> | 2002-10-20 02:20:13 +0000 |
commit | 8b082c6678e2079cc99a5e4e6af1b333df8c6412 (patch) | |
tree | 1c15b5fa9e792190b3a5e3dcc41529c1e6d884ca /src/demuxers/Makefile.am | |
parent | 07803fea4ffca299c39a7e427521614e96519c69 (diff) | |
download | xine-lib-8b082c6678e2079cc99a5e4e6af1b333df8c6412.tar.gz xine-lib-8b082c6678e2079cc99a5e4e6af1b333df8c6412.tar.bz2 |
return of the asf demuxer
CVS patchset: 2870
CVS date: 2002/10/20 02:20:13
Diffstat (limited to 'src/demuxers/Makefile.am')
-rw-r--r-- | src/demuxers/Makefile.am | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/demuxers/Makefile.am b/src/demuxers/Makefile.am index a5296c035..2c78ea2c5 100644 --- a/src/demuxers/Makefile.am +++ b/src/demuxers/Makefile.am @@ -14,9 +14,9 @@ libdir = $(XINE_PLUGINDIR) #qt_modules = xineplug_dmx_qt.la #endif -#if BUILD_ASF -#asf_module = xineplug_dmx_asf.la -#endif +if BUILD_ASF +asf_module = xineplug_dmx_asf.la +endif ## # IMPORTANT: @@ -35,7 +35,7 @@ libdir = $(XINE_PLUGINDIR) # xineplug_dmx_yuv4mpeg2.la xineplug_dmx_real.la # xineplug_dmx_mpeg_pes.la xineplug_dmx_mpeg_ts.la -lib_LTLIBRARIES = xineplug_dmx_avi.la\ +lib_LTLIBRARIES = $(asf_module) xineplug_dmx_avi.la\ xineplug_dmx_mpeg_block.la #xineplug_dmx_ogg_la_SOURCES = demux_ogg.c @@ -74,9 +74,9 @@ xineplug_dmx_mpeg_block_la_LDFLAGS = -avoid-version -module #xineplug_dmx_qt_la_SOURCES = demux_qt.c qtpalette.h #xineplug_dmx_qt_la_LDFLAGS = -avoid-version -module -#xineplug_dmx_asf_la_SOURCES = demux_asf.c -#xineplug_dmx_asf_la_LIBADD = $(top_builddir)/src/xine-engine/libxine.la -#xineplug_dmx_asf_la_LDFLAGS = -avoid-version -module +xineplug_dmx_asf_la_SOURCES = demux_asf.c +xineplug_dmx_asf_la_LIBADD = $(top_builddir)/src/xine-engine/libxine.la +xineplug_dmx_asf_la_LDFLAGS = -avoid-version -module #xineplug_dmx_cda_la_SOURCES = demux_cda.c #xineplug_dmx_cda_la_LIBADD = $(top_builddir)/src/xine-engine/libxine.la |