diff options
Diffstat (limited to 'configure.ac')
| -rw-r--r-- | configure.ac | 6 |
1 files changed, 5 insertions, 1 deletions
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 |
