comparison configure.ac @ 722:454ad11020ec trunk

[svn] * Delete flac112 * Rename flac113 -> flac * Change configure.ac
author js
date Sat, 24 Feb 2007 16:17:26 -0800
parents ada6a5ad1851
children a467a9e84295
comparison
equal deleted inserted replaced
721:574de61036a3 722:454ad11020ec
508 AC_ARG_ENABLE( flac, 508 AC_ARG_ENABLE( flac,
509 [ --disable-flac disable flac input plugin (default=enabled)],, 509 [ --disable-flac disable flac input plugin (default=enabled)],,
510 enable_flac="yes") 510 enable_flac="yes")
511 511
512 if test "x$enable_flac" = xyes; then 512 if test "x$enable_flac" = xyes; then
513 AM_PATH_LIBFLAC(have_flac=yes, have_flac=no) 513 INPUT_PLUGINS="$INPUT_PLUGINS flac"
514 have_flac=yes
514 else 515 else
515 AC_MSG_RESULT([*** flac plugin disabled per user request ***]) 516 AC_MSG_RESULT([*** flac plugin disabled per user request ***])
516 have_flac=no 517 have_flac=no
517 fi
518
519 if test "$have_flac" = "yes"; then
520 if test "$FLAC_VERSION" -le 112; then
521 INPUT_PLUGINS="$INPUT_PLUGINS flac112"
522 else
523 INPUT_PLUGINS="$INPUT_PLUGINS flac113"
524 fi
525 fi 518 fi
526 519
527 dnl *** Musepack 520 dnl *** Musepack
528 521
529 AC_ARG_ENABLE(musepack, 522 AC_ARG_ENABLE(musepack,