configure.ac: Move LAME Encoder to Encoder Plugins.
This commit is contained in:
parent
d847593a8e
commit
5e616b4ff3
12
configure.ac
12
configure.ac
@ -1218,6 +1218,7 @@ dnl ---------------------------- Ogg Vorbis Encoder ---------------------------
|
||||
MPD_AUTO_PKG(vorbis_encoder, VORBISENC, [vorbisenc],
|
||||
[Ogg Vorbis encoder], [libvorbisenc not found])
|
||||
|
||||
dnl ------------------------------- LAME Encoder ------------------------------
|
||||
if test x$enable_vorbis_encoder = xyes; then
|
||||
AC_DEFINE(ENABLE_VORBIS_ENCODER, 1,
|
||||
[Define to enable the vorbis encoder plugin])
|
||||
@ -1241,6 +1242,12 @@ fi
|
||||
|
||||
AC_SUBST(LAME_LIBS)
|
||||
|
||||
if test x$enable_lame_encoder = xyes; then
|
||||
AC_DEFINE(ENABLE_LAME_ENCODER, 1,
|
||||
[Define to enable the lame encoder plugin])
|
||||
fi
|
||||
AM_CONDITIONAL(ENABLE_LAME_ENCODER, test x$enable_lame_encoder = xyes)
|
||||
|
||||
MPD_AUTO_PKG(twolame_encoder, TWOLAME, [twolame],
|
||||
[TwoLAME encoder], [libtwolame not found])
|
||||
|
||||
@ -1315,11 +1322,6 @@ if test x$enable_encoder = xyes; then
|
||||
[Define to enable the encoder plugins])
|
||||
fi
|
||||
|
||||
AM_CONDITIONAL(ENABLE_LAME_ENCODER, test x$enable_lame_encoder = xyes)
|
||||
if test x$enable_lame_encoder = xyes; then
|
||||
AC_DEFINE(ENABLE_LAME_ENCODER, 1,
|
||||
[Define to enable the lame encoder plugin])
|
||||
fi
|
||||
|
||||
AM_CONDITIONAL(ENABLE_TWOLAME_ENCODER, test x$enable_twolame_encoder = xyes)
|
||||
if test x$enable_twolame_encoder = xyes; then
|
||||
|
Loading…
Reference in New Issue
Block a user