diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/demuxers/Makefile.am | 13 |
1 files 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: |