summaryrefslogtreecommitdiff
path: root/src/input
diff options
context:
space:
mode:
authorGuenter Bartsch <guenter@users.sourceforge.net>2002-12-27 16:47:17 +0000
committerGuenter Bartsch <guenter@users.sourceforge.net>2002-12-27 16:47:17 +0000
commit9693125d44713c111b7eadf02e4777d1e66a675c (patch)
tree4111838af2d14be4a470810a96398372b00ee57a /src/input
parent0a582e00a5da5d5844560822cbd4d2fae5cbb09f (diff)
downloadxine-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/input')
-rw-r--r--src/input/Makefile.am10
1 files changed, 5 insertions, 5 deletions
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