configure.ac: Move FLAC Encoder to Encoder Plugins.
This commit is contained in:
parent
957cf3c7b0
commit
1cd5700c37
13
configure.ac
13
configure.ac
@ -1207,6 +1207,13 @@ else
|
|||||||
enable_flac_encoder=no
|
enable_flac_encoder=no
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
dnl ------------------------------- FLAC Encoder ------------------------------
|
||||||
|
if test x$enable_flac_encoder = xyes; then
|
||||||
|
AC_DEFINE(ENABLE_FLAC_ENCODER, 1,
|
||||||
|
[Define to enable the FLAC encoder plugin])
|
||||||
|
fi
|
||||||
|
AM_CONDITIONAL(ENABLE_FLAC_ENCODER, test x$enable_flac_encoder = xyes)
|
||||||
|
|
||||||
MPD_AUTO_PKG(vorbis_encoder, VORBISENC, [vorbisenc],
|
MPD_AUTO_PKG(vorbis_encoder, VORBISENC, [vorbisenc],
|
||||||
[Ogg Vorbis encoder], [libvorbisenc not found])
|
[Ogg Vorbis encoder], [libvorbisenc not found])
|
||||||
|
|
||||||
@ -1325,12 +1332,6 @@ if test x$enable_wave_encoder = xyes; then
|
|||||||
[Define to enable the PCM wave encoder plugin])
|
[Define to enable the PCM wave encoder plugin])
|
||||||
fi
|
fi
|
||||||
|
|
||||||
AM_CONDITIONAL(ENABLE_FLAC_ENCODER, test x$enable_flac_encoder = xyes)
|
|
||||||
if test x$enable_flac_encoder = xyes; then
|
|
||||||
AC_DEFINE(ENABLE_FLAC_ENCODER, 1,
|
|
||||||
[Define to enable the FLAC encoder plugin])
|
|
||||||
fi
|
|
||||||
|
|
||||||
dnl ---------------------------------------------------------------------------
|
dnl ---------------------------------------------------------------------------
|
||||||
dnl Documentation
|
dnl Documentation
|
||||||
dnl ---------------------------------------------------------------------------
|
dnl ---------------------------------------------------------------------------
|
||||||
|
Loading…
Reference in New Issue
Block a user