comparison configure.ac @ 232:6c78d6d3cdb7 trunk

[svn] - put musepack support back
author nenolod
date Tue, 07 Nov 2006 00:07:11 -0800
parents 49136c75b018
children a60da24269dc
comparison
equal deleted inserted replaced
231:49136c75b018 232:6c78d6d3cdb7
494 have_flac=no 494 have_flac=no
495 fi 495 fi
496 496
497 if test "$have_flac" = "yes"; then 497 if test "$have_flac" = "yes"; then
498 INPUT_PLUGINS="$INPUT_PLUGINS flac$FLAC_VERSION" 498 INPUT_PLUGINS="$INPUT_PLUGINS flac$FLAC_VERSION"
499 fi
500
501 dnl *** Musepack
502
503 AC_ARG_ENABLE(musepack,
504 [ --disable-musepack disable musepack input plugin (default=enabled)],
505 [enable_musepack=$enableval],
506 [enable_musepack="yes"]
507 )
508
509 if test "$enable_musepack" = "yes"; then
510 AC_CHECK_HEADERS(mpcdec/config_types.h,,
511 enable_musepack=no
512 )
513 else
514 AC_MSG_RESULT([*** Musepack plugin disabled per user request ***])
515 enable_musepack=no
516 fi
517
518 if test "$enable_musepack" = "yes"; then
519 INPUT_PLUGINS="$INPUT_PLUGINS musepack"
499 fi 520 fi
500 521
501 dnl *** WMA 522 dnl *** WMA
502 523
503 AC_ARG_ENABLE(wma, 524 AC_ARG_ENABLE(wma,
1080 echo " Game music (spc, nsf & gbs): yes" 1101 echo " Game music (spc, nsf & gbs): yes"
1081 echo " PlayStation audio (sexypsf): yes" 1102 echo " PlayStation audio (sexypsf): yes"
1082 echo " AdLib synthesizer (adplug): $have_adplug" 1103 echo " AdLib synthesizer (adplug): $have_adplug"
1083 echo " Apple Lossless Audio Codec (alac): yes" 1104 echo " Apple Lossless Audio Codec (alac): yes"
1084 echo " WavPack 4.31+ (wavpack): $have_wavpack" 1105 echo " WavPack 4.31+ (wavpack): $have_wavpack"
1106 echo " Musepack support (musepack): $enable_musepack"
1085 echo 1107 echo
1086 echo " General" 1108 echo " General"
1087 echo " -------" 1109 echo " -------"
1088 echo " Alarm: yes" 1110 echo " Alarm: yes"
1089 echo " Song Change: yes" 1111 echo " Song Change: yes"