diff options
author | Daniel Caujolle-Bert <f1rmb@users.sourceforge.net> | 2002-12-27 13:10:34 +0000 |
---|---|---|
committer | Daniel Caujolle-Bert <f1rmb@users.sourceforge.net> | 2002-12-27 13:10:34 +0000 |
commit | 64a65294b885f68d925165f962669ec3a8df6e09 (patch) | |
tree | 14b077f61b304e8f8f32304dd36c0b8e5dbedd34 /src | |
parent | 34b80110e86716725dd815250ea9075129e7b2ee (diff) | |
download | xine-lib-64a65294b885f68d925165f962669ec3a8df6e09.tar.gz xine-lib-64a65294b885f68d925165f962669ec3a8df6e09.tar.bz2 |
disable dvb compilation, it's BROKEN
CVS patchset: 3690
CVS date: 2002/12/27 13:10:34
Diffstat (limited to 'src')
-rw-r--r-- | src/input/Makefile.am | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/input/Makefile.am b/src/input/Makefile.am index 1304163ab..49f4aa764 100644 --- a/src/input/Makefile.am +++ b/src/input/Makefile.am @@ -48,7 +48,6 @@ lib_LTLIBRARIES = \ $(in_vcd) \ xineplug_inp_mms.la \ xineplug_inp_stdin_fifo.la \ - xineplug_inp_dvb.la \ xineplug_inp_pnm.la \ xineplug_inp_rtsp.la \ xineplug_inp_net.la @@ -57,6 +56,7 @@ 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 |