diff options
author | Daniel Caujolle-Bert <f1rmb@users.sourceforge.net> | 2002-12-27 13:17:30 +0000 |
---|---|---|
committer | Daniel Caujolle-Bert <f1rmb@users.sourceforge.net> | 2002-12-27 13:17:30 +0000 |
commit | 04955b377812da99d9d9cebe9fddad0e83785ddd (patch) | |
tree | b62e023b7ca6916f12969bb74c82ce18a1c89d3f | |
parent | 64a65294b885f68d925165f962669ec3a8df6e09 (diff) | |
download | xine-lib-04955b377812da99d9d9cebe9fddad0e83785ddd.tar.gz xine-lib-04955b377812da99d9d9cebe9fddad0e83785ddd.tar.bz2 |
disable ts compilation, it's BROKEN (one more)
CVS patchset: 3691
CVS date: 2002/12/27 13:17:30
-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 f0d1b5a28..c9b5891ab 100644 --- a/src/demuxers/Makefile.am +++ b/src/demuxers/Makefile.am @@ -25,6 +25,7 @@ endif XINELIB = $(top_builddir)/src/xine-engine/libxine.la +# xineplug_dmx_mpeg_ts.la lib_LTLIBRARIES = $(ogg_module) $(asf_module) $(mng_module) \ xineplug_dmx_avi.la\ xineplug_dmx_mpeg_block.la \ @@ -48,7 +49,6 @@ lib_LTLIBRARIES = $(ogg_module) $(asf_module) $(mng_module) \ xineplug_dmx_real.la \ xineplug_dmx_realaudio.la \ xineplug_dmx_eawve.la \ - xineplug_dmx_mpeg_ts.la \ xineplug_dmx_rawdv.la xineplug_dmx_ogg_la_SOURCES = demux_ogg.c @@ -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) |