configure.ac: Enable ENCODER if httpd_output, even if SHOUT is disabled.
This commit is contained in:
parent
ae1a7fc84a
commit
50c2dde5b5
@ -632,7 +632,7 @@ fi
|
||||
|
||||
AM_CONDITIONAL(HAVE_SHOUT, test x$enable_shout = xyes)
|
||||
|
||||
AM_CONDITIONAL(ENABLE_ENCODER, test x$enable_shout = xyes)
|
||||
AM_CONDITIONAL(ENABLE_ENCODER, test x$enable_shout = xyes || test x$enable_httpd_output = xyes)
|
||||
AM_CONDITIONAL(ENABLE_VORBIS_ENCODER, test x$enable_shout_ogg = xyes)
|
||||
if test x$enable_shout_ogg = xyes; then
|
||||
AC_DEFINE(ENABLE_VORBIS_ENCODER, 1,
|
||||
|
Loading…
Reference in New Issue
Block a user