comparison configure.ac @ 1331:392ca3811f49

Automated merge with ssh://majeru@hg.atheme.org//hg/audacious-plugins
author Cristi Magherusan <majeru@atheme-project.org>
date Sat, 21 Jul 2007 01:52:04 +0300
parents 7573b41fafa4
children 831720848162
comparison
equal deleted inserted replaced
1330:43dbcf08bd7a 1331:392ca3811f49
586 [enable_flacng=$enableval], 586 [enable_flacng=$enableval],
587 [enable_flacng="yes"] 587 [enable_flacng="yes"]
588 ) 588 )
589 589
590 if test "$enable_flacng" = "yes"; then 590 if test "$enable_flacng" = "yes"; then
591 PKG_CHECK_MODULES(FLAC, [flac >= 1.1.3], 591 AM_PATH_LIBFLAC([have_flacng=yes],
592 [have_flacng=yes],
593 [AC_MSG_WARN([*** Cannot find libFLAC, FLACng will not be built ***]) 592 [AC_MSG_WARN([*** Cannot find libFLAC, FLACng will not be built ***])
594 have_flacng=no] 593 have_flacng=no]
595 ) 594 )
596 else 595 else
597 AC_MSG_RESULT([*** FLACng plugin disabled per user request ***]) 596 AC_MSG_RESULT([*** FLACng plugin disabled per user request ***])
673 INPUT_PLUGINS="$INPUT_PLUGINS modplug" 672 INPUT_PLUGINS="$INPUT_PLUGINS modplug"
674 have_modplug="yes" 673 have_modplug="yes"
675 else 674 else
676 AC_MSG_RESULT([*** ModPlug plugin disabled per user request ***]) 675 AC_MSG_RESULT([*** ModPlug plugin disabled per user request ***])
677 have_modplug="no" 676 have_modplug="no"
678 fi
679
680 dnl *** flac
681 AC_ARG_ENABLE( flac,
682 [ --enable-flac enable flac input plugin (default=disabled)],
683 [enable_flac=$enableval],
684 [enable_flac="no"])
685
686 if test "x$enable_flac" = xyes; then
687 if test "x$have_oggvorbis" = xyes; then
688 INPUT_PLUGINS="$INPUT_PLUGINS flac"
689 have_flac=yes
690 else
691 AC_MSG_RESULT([*** flac plugin couldn't be enabled due to missing dependencies ***])
692 have_flac=no
693 fi
694 else
695 AC_MSG_RESULT([*** flac plugin disabled per user request ***])
696 have_flac=no
697 fi 677 fi
698 678
699 dnl *** Musepack 679 dnl *** Musepack
700 680
701 AC_ARG_ENABLE(musepack, 681 AC_ARG_ENABLE(musepack,
1525 echo " New CD Digital Audio (cdaudio-ng): $enable_cdaudio_ng" 1505 echo " New CD Digital Audio (cdaudio-ng): $enable_cdaudio_ng"
1526 echo " Microsoft WAV (wav): yes" 1506 echo " Microsoft WAV (wav): yes"
1527 echo " + sndfile extensions: $enable_sndfile" 1507 echo " + sndfile extensions: $enable_sndfile"
1528 echo " Tone Generator: yes" 1508 echo " Tone Generator: yes"
1529 echo " Ogg Vorbis (vorbis): $have_oggvorbis" 1509 echo " Ogg Vorbis (vorbis): $have_oggvorbis"
1530 echo " Free Lossless Audio Codec (flac): $have_flac"
1531 echo " Free Lossless Audio Codec (flacng): $have_flacng" 1510 echo " Free Lossless Audio Codec (flacng): $have_flacng"
1532 echo " Commodore 64 audio (sid): $have_sidplay" 1511 echo " Commodore 64 audio (sid): $have_sidplay"
1533 echo " Game music (spc, nsf & gbs): yes" 1512 echo " Game music (spc, nsf & gbs): yes"
1534 echo " PlayStation audio (sexypsf): yes" 1513 echo " PlayStation audio (sexypsf): yes"
1535 echo " AdLib synthesizer (adplug): $have_adplug" 1514 echo " AdLib synthesizer (adplug): $have_adplug"