encoder: added vorbis encoder

This new vorbis encoder plugin is based on the existing shout_ogg.c
plugin.
This commit is contained in:
Max Kellermann
2009-02-22 17:17:26 +01:00
parent a9dde676be
commit 3a6619d62c
4 changed files with 401 additions and 0 deletions

View File

@@ -590,6 +590,10 @@ AM_CONDITIONAL(HAVE_SHOUT_OGG, test x$enable_shout_ogg = xyes)
AM_CONDITIONAL(HAVE_SHOUT_MP3, test x$enable_shout_mp3 = xyes)
AM_CONDITIONAL(ENABLE_ENCODER, test x$enable_shout = xyes)
AM_CONDITIONAL(ENABLE_VORBIS_ENCODER, test x$enable_shout_ogg = xyes)
if test x$enable_shout_ogg = xyes; then
AC_DEFINE(ENABLE_VORBIS_ENCODER, 1, [Define to enable the vorbis encoder plugin]),
fi
if test x$enable_ao = xyes; then
PKG_CHECK_MODULES(AO, [ao],