From 81e538693a2453d879328478443a26cc8786d8f4 Mon Sep 17 00:00:00 2001 From: James Courtier-Dutton Date: Wed, 18 Sep 2002 06:52:10 +0000 Subject: OGG/VORBIS etc. checking is broken in ./cvscompile.sh. Disable OGG/VORBIS etc. until ./cvscompile.sh works. Problem is that ./cvscompile.sh responds with OGG/VORBIS not present every time. CVS patchset: 2683 CVS date: 2002/09/18 06:52:10 --- src/demuxers/Makefile.am | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/src/demuxers/Makefile.am b/src/demuxers/Makefile.am index f083fb5fe..99c5375a4 100644 --- a/src/demuxers/Makefile.am +++ b/src/demuxers/Makefile.am @@ -4,18 +4,19 @@ LIBTOOL = $(SHELL) $(top_builddir)/libtool-nofpic libdir = $(XINE_PLUGINDIR) +# Sensing of OGG/VORBIS, ZLIB and ASF is broken in cvscompile.sh. -#if HAVE_VORBIS +if HAVE_VORBIS ogg_module = xineplug_dmx_ogg.la -#endif +endif -#if HAVE_ZLIB +if HAVE_ZLIB qt_modules = xineplug_dmx_qt.la -#endif +endif -#if BUILD_ASF +if BUILD_ASF asf_module = xineplug_dmx_asf.la -#endif +endif ## # IMPORTANT: -- cgit v1.2.3