From d37b4bb199cbe5c34ad8bcf36be26cd7c3caa11d Mon Sep 17 00:00:00 2001 From: Viliam Mateicka <viliam.mateicka@gmail.com> Date: Tue, 17 Nov 2009 20:39:26 +0100 Subject: cmdline: print out list of encoders in --version info --- configure.ac | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'configure.ac') 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 -- cgit v1.2.3