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 | |
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
-rw-r--r-- | src/demuxers/Makefile.am | 8 | ||||
-rw-r--r-- | src/input/Makefile.am | 10 |
2 files changed, 9 insertions, 9 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) diff --git a/src/input/Makefile.am b/src/input/Makefile.am index 49f4aa764..250cf7a31 100644 --- a/src/input/Makefile.am +++ b/src/input/Makefile.am @@ -50,13 +50,13 @@ lib_LTLIBRARIES = \ xineplug_inp_stdin_fifo.la \ xineplug_inp_pnm.la \ xineplug_inp_rtsp.la \ - xineplug_inp_net.la + xineplug_inp_net.la \ + xineplug_inp_dvb.la #lib_LTLIBRARIES = \ # $(in_cda) \ # $(in_dvd) \ # $(in_vcd) \ -# xineplug_inp_dvb.la \ # xineplug_inp_file.la \ # xineplug_inp_http.la \ # xineplug_inp_mms.la \ @@ -105,9 +105,9 @@ xineplug_inp_pnm_la_SOURCES = input_pnm.c net_buf_ctrl.c pnm.c xineplug_inp_pnm_la_LIBADD = $(XINE_LIB) xineplug_inp_pnm_la_LDFLAGS = -avoid-version -module @XINE_PLUGIN_MIN_SYMS@ -#xineplug_inp_dvb_la_SOURCES = input_dvb.c net_buf_ctrl.c -#xineplug_inp_dvb_la_LIBADD = $(XINE_LIB) -#xineplug_inp_dvb_la_LDFLAGS = -avoid-version -module @XINE_PLUGIN_MIN_SYMS@ +xineplug_inp_dvb_la_SOURCES = input_dvb.c net_buf_ctrl.c +xineplug_inp_dvb_la_LIBADD = $(XINE_LIB) +xineplug_inp_dvb_la_LDFLAGS = -avoid-version -module @XINE_PLUGIN_MIN_SYMS@ xineplug_inp_rtsp_la_SOURCES = input_rtsp.c net_buf_ctrl.c xineplug_inp_rtsp_la_LIBADD = $(XINE_LIB) libreal/libreal.la librtsp/librtsp.la |