diff options
author | Avuton Olrich <avuton@gmail.com> | 2010-04-17 03:44:51 -0700 |
---|---|---|
committer | Avuton Olrich <avuton@gmail.com> | 2010-04-21 07:11:49 -0700 |
commit | 39b37d547cf47cbb5c3a2ce4cd71551376c61e6f (patch) | |
tree | 4632fbe8fe4a1bef30a04271a278c613b93110d6 | |
parent | 4cfcdd5e0f736310b69d5e11e55efbc7bad8a0a2 (diff) | |
download | mpd-39b37d547cf47cbb5c3a2ce4cd71551376c61e6f.tar.gz mpd-39b37d547cf47cbb5c3a2ce4cd71551376c61e6f.tar.xz mpd-39b37d547cf47cbb5c3a2ce4cd71551376c61e6f.zip |
configure.ac: Move musepack to Decoder Plugins, add header.
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index a9da3de9a..7eda6cdac 100644 --- a/configure.ac +++ b/configure.ac @@ -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" |