diff options
author | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2007-01-24 04:49:41 +0000 |
---|---|---|
committer | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2007-01-24 04:49:41 +0000 |
commit | 5b037e760306c6f4c90aa133a083cacbcd38c2d5 (patch) | |
tree | ef83992c8aa86ac25e88ce066673c2db0d690611 /src/demuxers/Makefile.am | |
parent | b46544a18b937fe983af15faaf16a4f6ab7fa68c (diff) | |
download | xine-lib-5b037e760306c6f4c90aa133a083cacbcd38c2d5.tar.gz xine-lib-5b037e760306c6f4c90aa133a083cacbcd38c2d5.tar.bz2 |
Remove demux_wavpack.c from here, as it's being moved in a different directory.
CVS patchset: 8550
CVS date: 2007/01/24 04:49:41
Diffstat (limited to 'src/demuxers/Makefile.am')
-rw-r--r-- | src/demuxers/Makefile.am | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/demuxers/Makefile.am b/src/demuxers/Makefile.am index 07996b2c7..68136e217 100644 --- a/src/demuxers/Makefile.am +++ b/src/demuxers/Makefile.am @@ -12,10 +12,6 @@ if HAVE_VORBIS ogg_module = xineplug_dmx_ogg.la endif -if HAVE_WAVPACK -wavpack_module = xineplug_dmx_wavpack.la -endif - if BUILD_ASF asf_module = xineplug_dmx_asf.la endif @@ -34,7 +30,6 @@ endif # All of xine demuxer plugins should be named like the scheme "xineplug_dmx_" lib_LTLIBRARIES = $(ogg_module) $(asf_module) $(mng_module) $(image_module) \ - $(wavpack_module) \ xineplug_dmx_games.la \ xineplug_dmx_audio.la \ xineplug_dmx_mpeg_ts.la \ @@ -135,11 +130,6 @@ xineplug_dmx_audio_la_SOURCES = group_audio.c demux_aud.c demux_aiff.c \ xineplug_dmx_audio_la_LIBADD = $(XINE_LIB) $(LIBMODPLUG_LIBS) xineplug_dmx_audio_la_LDFLAGS = -avoid-version -module -xineplug_dmx_wavpack_la_SOURCES = demux_wavpack.c -xineplug_dmx_wavpack_la_CFLAGS = $(WAVPACK_CFLAGS) -xineplug_dmx_wavpack_la_LIBADD = $(XINE_LIB) $(WAVPACK_LIBS) -xineplug_dmx_wavpack_la_LDFLAGS = -avoid-version -module - xineplug_dmx_yuv_frames_la_SOURCES = demux_yuv_frames.c xineplug_dmx_yuv_frames_la_LIBADD = $(XINE_LIB) xineplug_dmx_yuv_frames_la_LDFLAGS = -avoid-version -module |