configure.ac: Add encoder/encoder API header
This commit is contained in:
parent
b6c8de6e01
commit
957cf3c7b0
|
@ -1181,10 +1181,11 @@ AM_CONDITIONAL(HAVE_OGG_COMMON,
|
||||||
AM_CONDITIONAL(HAVE_FLAC_COMMON,
|
AM_CONDITIONAL(HAVE_FLAC_COMMON,
|
||||||
test x$enable_flac = xyes || test x$enable_oggflac = xyes)
|
test x$enable_flac = xyes || test x$enable_oggflac = xyes)
|
||||||
|
|
||||||
dnl
|
dnl ---------------------------------------------------------------------------
|
||||||
dnl Encoder API and shout/httpd output plugin
|
dnl Encoders for Streaming Audio Output Plugins
|
||||||
dnl
|
dnl ---------------------------------------------------------------------------
|
||||||
|
|
||||||
|
dnl ------------------------------- Encoder API -------------------------------
|
||||||
if test x$enable_shout = xyes || \
|
if test x$enable_shout = xyes || \
|
||||||
test x$enable_recorder_output = xyes || \
|
test x$enable_recorder_output = xyes || \
|
||||||
test x$enable_httpd_output = xyes; then
|
test x$enable_httpd_output = xyes; then
|
||||||
|
|
Loading…
Reference in New Issue