Commit 39b37d54 authored by Avuton Olrich's avatar Avuton Olrich

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

parent 4cfcdd5e
...@@ -1069,6 +1069,7 @@ if test x$enable_sndfile = xyes; then ...@@ -1069,6 +1069,7 @@ if test x$enable_sndfile = xyes; then
fi fi
AM_CONDITIONAL(ENABLE_SNDFILE, test x$enable_sndfile = xyes) AM_CONDITIONAL(ENABLE_SNDFILE, test x$enable_sndfile = xyes)
dnl --------------------------------- musepack --------------------------------
if test x$enable_mpc = xyes; then if test x$enable_mpc = xyes; then
if test "x$mpcdec_libraries" != "x" ; then if test "x$mpcdec_libraries" != "x" ; then
MPCDEC_LIBS="-L$mpcdec_libraries" MPCDEC_LIBS="-L$mpcdec_libraries"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment