configure.ac: Add encoder/encoder API header

This commit is contained in:
Avuton Olrich 2010-04-17 04:10:02 -07:00
parent b6c8de6e01
commit 957cf3c7b0
1 changed files with 4 additions and 3 deletions

View File

@ -1181,10 +1181,11 @@ AM_CONDITIONAL(HAVE_OGG_COMMON,
AM_CONDITIONAL(HAVE_FLAC_COMMON,
test x$enable_flac = xyes || test x$enable_oggflac = xyes)
dnl
dnl Encoder API and shout/httpd output plugin
dnl
dnl ---------------------------------------------------------------------------
dnl Encoders for Streaming Audio Output Plugins
dnl ---------------------------------------------------------------------------
dnl ------------------------------- Encoder API -------------------------------
if test x$enable_shout = xyes || \
test x$enable_recorder_output = xyes || \
test x$enable_httpd_output = xyes; then