cmdline: print out list of encoders in --version info

This commit is contained in:
Viliam Mateicka
2009-11-17 20:39:26 +01:00
parent ea92dee1ae
commit d37b4bb199
4 changed files with 30 additions and 0 deletions

View File

@@ -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