From 36b6f72e271737a87464c34e5a123d22f1ed09be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20=27Flameeyes=27=20Petten=C3=B2?= Date: Wed, 24 Jan 2007 04:57:26 +0000 Subject: Create a new wavpack plugin with both the old demuxer and a new decoder. To simplify categorising, I've created a new combined directory to put plugins like wavpack (or libflac) that carries both a demuxer and a decoder in a single bundle -- I expect it being used more in the future. CVS patchset: 8551 CVS date: 2007/01/24 04:57:26 --- configure.ac | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 41155d370..9d7c568d8 100644 --- a/configure.ac +++ b/configure.ac @@ -2601,6 +2601,7 @@ misc/xine-lib.spec po/Makefile.in src/Makefile src/audio_out/Makefile +src/combined/Makefile src/demuxers/Makefile src/dxr3/Makefile src/input/Makefile @@ -2773,7 +2774,7 @@ if test "x$have_libflac" = "xyes"; then echo " - FLAC (with libFLAC)" fi if test "x$have_wavpack" = "xyes"; then - echo " - wavpack" + echo " - WavPack" fi if test "x$enable_a52dec" = "xyes"; then if test "x$have_a52" = "xyes"; then @@ -2889,6 +2890,9 @@ if test "x$enable_musepack" != "xno"; then echo " - MusePack (internal library)" fi fi +if test "x$have_wavpack" = "xyes"; then + echo " - WavPack" +fi echo "" dnl spu decoders -- cgit v1.2.3