comparison configure.ac @ 1310:7573b41fafa4

Remove autoconf wrangling for old libFLAC.
author William Pitcock <nenolod@atheme-project.org>
date Fri, 20 Jul 2007 14:20:45 -0500
parents e25e32e7d44e
children 831720848162
comparison
equal deleted inserted replaced
1309:e25e32e7d44e 1310:7573b41fafa4
672 INPUT_PLUGINS="$INPUT_PLUGINS modplug" 672 INPUT_PLUGINS="$INPUT_PLUGINS modplug"
673 have_modplug="yes" 673 have_modplug="yes"
674 else 674 else
675 AC_MSG_RESULT([*** ModPlug plugin disabled per user request ***]) 675 AC_MSG_RESULT([*** ModPlug plugin disabled per user request ***])
676 have_modplug="no" 676 have_modplug="no"
677 fi
678
679 dnl *** flac
680 AC_ARG_ENABLE( flac,
681 [ --enable-flac enable flac input plugin (default=disabled)],
682 [enable_flac=$enableval],
683 [enable_flac="no"])
684
685 if test "x$enable_flac" = xyes; then
686 if test "x$have_oggvorbis" = xyes; then
687 INPUT_PLUGINS="$INPUT_PLUGINS flac"
688 have_flac=yes
689 else
690 AC_MSG_RESULT([*** flac plugin couldn't be enabled due to missing dependencies ***])
691 have_flac=no
692 fi
693 else
694 AC_MSG_RESULT([*** flac plugin disabled per user request ***])
695 have_flac=no
696 fi 677 fi
697 678
698 dnl *** Musepack 679 dnl *** Musepack
699 680
700 AC_ARG_ENABLE(musepack, 681 AC_ARG_ENABLE(musepack,
1524 echo " New CD Digital Audio (cdaudio-ng): $enable_cdaudio_ng" 1505 echo " New CD Digital Audio (cdaudio-ng): $enable_cdaudio_ng"
1525 echo " Microsoft WAV (wav): yes" 1506 echo " Microsoft WAV (wav): yes"
1526 echo " + sndfile extensions: $enable_sndfile" 1507 echo " + sndfile extensions: $enable_sndfile"
1527 echo " Tone Generator: yes" 1508 echo " Tone Generator: yes"
1528 echo " Ogg Vorbis (vorbis): $have_oggvorbis" 1509 echo " Ogg Vorbis (vorbis): $have_oggvorbis"
1529 echo " Free Lossless Audio Codec (flac): $have_flac"
1530 echo " Free Lossless Audio Codec (flacng): $have_flacng" 1510 echo " Free Lossless Audio Codec (flacng): $have_flacng"
1531 echo " Commodore 64 audio (sid): $have_sidplay" 1511 echo " Commodore 64 audio (sid): $have_sidplay"
1532 echo " Game music (spc, nsf & gbs): yes" 1512 echo " Game music (spc, nsf & gbs): yes"
1533 echo " PlayStation audio (sexypsf): yes" 1513 echo " PlayStation audio (sexypsf): yes"
1534 echo " AdLib synthesizer (adplug): $have_adplug" 1514 echo " AdLib synthesizer (adplug): $have_adplug"