Commit 7bfcb615 authored by Avuton Olrich's avatar Avuton Olrich

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

parent 3c549c51
...@@ -695,15 +695,6 @@ fi ...@@ -695,15 +695,6 @@ fi
AM_CONDITIONAL(ENABLE_ARCHIVE, test x$enable_archive = xyes) AM_CONDITIONAL(ENABLE_ARCHIVE, test x$enable_archive = xyes)
MPD_AUTO_PKG(wavpack, WAVPACK, [wavpack],
[WavPack decoder plugin], [libwavpack not found])
AM_CONDITIONAL(HAVE_WAVPACK, test x$enable_wavpack = xyes)
if test x$enable_wavpack = xyes; then
AC_DEFINE([HAVE_WAVPACK], 1, [Define to enable WavPack support])
fi
dnl --------------------------------------------------------------------------- dnl ---------------------------------------------------------------------------
dnl Encoders for Streaming Audio Output Plugins dnl Encoders for Streaming Audio Output Plugins
dnl --------------------------------------------------------------------------- dnl ---------------------------------------------------------------------------
...@@ -1127,6 +1118,16 @@ fi ...@@ -1127,6 +1118,16 @@ fi
AM_CONDITIONAL(ENABLE_SIDPLAY, test x$enable_sidplay = xyes) AM_CONDITIONAL(ENABLE_SIDPLAY, test x$enable_sidplay = xyes)
dnl --------------------------------- wavpack ---------------------------------
MPD_AUTO_PKG(wavpack, WAVPACK, [wavpack],
[WavPack decoder plugin], [libwavpack not found])
AM_CONDITIONAL(HAVE_WAVPACK, test x$enable_wavpack = xyes)
if test x$enable_wavpack = xyes; then
AC_DEFINE([HAVE_WAVPACK], 1, [Define to enable WavPack support])
fi
MPD_AUTO_PKG(ffmpeg, FFMPEG, [libavformat libavcodec libavutil], MPD_AUTO_PKG(ffmpeg, FFMPEG, [libavformat libavcodec libavutil],
[ffmpeg decoder library], [libavformat+libavcodec+libavutil not found]) [ffmpeg decoder library], [libavformat+libavcodec+libavutil not found])
......
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