aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorViliam Mateicka <viliam.mateicka@gmail.com>2009-11-17 20:39:26 +0100
committerViliam Mateicka <viliam.mateicka@gmail.com>2009-11-17 20:39:26 +0100
commitd37b4bb199cbe5c34ad8bcf36be26cd7c3caa11d (patch)
treeed402ada2f59893cfe1e1225c42c6908cff57cb3 /configure.ac
parentea92dee1aedd2e6186e8de2e70ba6bf45ec5298d (diff)
downloadmpd-d37b4bb199cbe5c34ad8bcf36be26cd7c3caa11d.tar.gz
mpd-d37b4bb199cbe5c34ad8bcf36be26cd7c3caa11d.tar.xz
mpd-d37b4bb199cbe5c34ad8bcf36be26cd7c3caa11d.zip
cmdline: print out list of encoders in --version info
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 486f1d85b..93f062068 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1173,6 +1173,10 @@ if test x$enable_httpd_output = xyes; then
fi
AM_CONDITIONAL(ENABLE_ENCODER, test x$enable_encoder = xyes)
+if test x$enable_encoder = xyes; then
+ AC_DEFINE(ENABLE_ENCODER, 1,
+ [Define to enable the encoder plugins])
+fi
AM_CONDITIONAL(ENABLE_VORBIS_ENCODER, test x$enable_vorbis_encoder = xyes)
if test x$enable_vorbis_encoder = xyes; then