diff options
author | Guenter Bartsch <guenter@users.sourceforge.net> | 2002-12-27 16:47:17 +0000 |
---|---|---|
committer | Guenter Bartsch <guenter@users.sourceforge.net> | 2002-12-27 16:47:17 +0000 |
commit | 9693125d44713c111b7eadf02e4777d1e66a675c (patch) | |
tree | 4111838af2d14be4a470810a96398372b00ee57a /src/demuxers | |
parent | 0a582e00a5da5d5844560822cbd4d2fae5cbb09f (diff) | |
download | xine-lib-9693125d44713c111b7eadf02e4777d1e66a675c.tar.gz xine-lib-9693125d44713c111b7eadf02e4777d1e66a675c.tar.bz2 |
re-enable dvb plugin
CVS patchset: 3694
CVS date: 2002/12/27 16:47:17
Diffstat (limited to 'src/demuxers')
-rw-r--r-- | src/demuxers/Makefile.am | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/demuxers/Makefile.am b/src/demuxers/Makefile.am index c9b5891ab..621385a9c 100644 --- a/src/demuxers/Makefile.am +++ b/src/demuxers/Makefile.am @@ -25,8 +25,8 @@ endif XINELIB = $(top_builddir)/src/xine-engine/libxine.la -# xineplug_dmx_mpeg_ts.la lib_LTLIBRARIES = $(ogg_module) $(asf_module) $(mng_module) \ + xineplug_dmx_mpeg_ts.la \ xineplug_dmx_avi.la\ xineplug_dmx_mpeg_block.la \ xineplug_dmx_mpeg.la \ @@ -79,9 +79,9 @@ xineplug_dmx_mpeg_elem_la_LDFLAGS = -avoid-version -module @XINE_PLUGIN_MIN_SYMS #xineplug_dmx_mpeg_pes_la_LIBADD = $(XINELIB) #xineplug_dmx_mpeg_pes_la_LDFLAGS = -avoid-version -module @XINE_PLUGIN_MIN_SYMS@ -#xineplug_dmx_mpeg_ts_la_SOURCES = demux_ts.c -#xineplug_dmx_mpeg_ts_la_LIBADD = $(XINELIB) -#xineplug_dmx_mpeg_ts_la_LDFLAGS = -avoid-version -module @XINE_PLUGIN_MIN_SYMS@ +xineplug_dmx_mpeg_ts_la_SOURCES = demux_ts.c +xineplug_dmx_mpeg_ts_la_LIBADD = $(XINELIB) +xineplug_dmx_mpeg_ts_la_LDFLAGS = -avoid-version -module @XINE_PLUGIN_MIN_SYMS@ xineplug_dmx_qt_la_SOURCES = demux_qt.c xineplug_dmx_qt_la_LIBADD = $(XINELIB) |