configure.ac: Move LAME encoder subheader to correct spot.
This commit is contained in:
parent
615ccd1070
commit
7c37f2879b
@ -1310,13 +1310,13 @@ dnl ---------------------------- Ogg Vorbis Encoder ---------------------------
|
|||||||
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])
|
||||||
|
|
||||||
dnl ------------------------------- LAME Encoder ------------------------------
|
|
||||||
if test x$enable_vorbis_encoder = xyes; then
|
if test x$enable_vorbis_encoder = xyes; then
|
||||||
AC_DEFINE(ENABLE_VORBIS_ENCODER, 1,
|
AC_DEFINE(ENABLE_VORBIS_ENCODER, 1,
|
||||||
[Define to enable the vorbis encoder plugin])
|
[Define to enable the vorbis encoder plugin])
|
||||||
fi
|
fi
|
||||||
AM_CONDITIONAL(ENABLE_VORBIS_ENCODER, test x$enable_vorbis_encoder = xyes)
|
AM_CONDITIONAL(ENABLE_VORBIS_ENCODER, test x$enable_vorbis_encoder = xyes)
|
||||||
|
|
||||||
|
dnl ------------------------------- LAME Encoder ------------------------------
|
||||||
if test x$enable_lame_encoder != xno; then
|
if test x$enable_lame_encoder != xno; then
|
||||||
AC_CHECK_HEADERS(lame/lame.h,,
|
AC_CHECK_HEADERS(lame/lame.h,,
|
||||||
[AC_CHECK_HEADERS(lame.h,, using_lame=no)])
|
[AC_CHECK_HEADERS(lame.h,, using_lame=no)])
|
||||||
|
Loading…
Reference in New Issue
Block a user