configure.ac: Move musepack to Decoder Plugins, add header.

This commit is contained in:
Avuton Olrich 2010-04-17 03:44:51 -07:00
parent 4cfcdd5e0f
commit 39b37d547c

View File

@ -1069,6 +1069,7 @@ if test x$enable_sndfile = xyes; then
fi
AM_CONDITIONAL(ENABLE_SNDFILE, test x$enable_sndfile = xyes)
dnl --------------------------------- musepack --------------------------------
if test x$enable_mpc = xyes; then
if test "x$mpcdec_libraries" != "x" ; then
MPCDEC_LIBS="-L$mpcdec_libraries"