diff options
author | Avuton Olrich <avuton@gmail.com> | 2010-04-17 04:10:02 -0700 |
---|---|---|
committer | Avuton Olrich <avuton@gmail.com> | 2010-04-21 07:35:31 -0700 |
commit | 957cf3c7b02df7c8c337109fae7c00737fb458fd (patch) | |
tree | 60343ebafabce33540e7c4a2f5b0b63108838920 | |
parent | b6c8de6e017feb5b92815b5635cdb28eedc396dc (diff) | |
download | mpd-957cf3c7b02df7c8c337109fae7c00737fb458fd.tar.gz mpd-957cf3c7b02df7c8c337109fae7c00737fb458fd.tar.xz mpd-957cf3c7b02df7c8c337109fae7c00737fb458fd.zip |
configure.ac: Add encoder/encoder API header
-rw-r--r-- | configure.ac | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index 64d21dce9..d30367208 100644 --- a/configure.ac +++ b/configure.ac @@ -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 |