added the encoder API

The new generic encoder API will replace shout's custom encoder API.
This commit is contained in:
Max Kellermann
2009-02-22 17:11:14 +01:00
parent e79a82ba3a
commit a9dde676be
6 changed files with 308 additions and 0 deletions

View File

@@ -589,6 +589,8 @@ AM_CONDITIONAL(HAVE_SHOUT, test x$enable_shout = xyes)
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)
if test x$enable_ao = xyes; then
PKG_CHECK_MODULES(AO, [ao],
AC_DEFINE(HAVE_AO, 1, [Define to play with ao]),