encoder: added lame mp3 encoder

This new LAME encoder plugin is based on the existing shout_mp3.c
plugin.
This commit is contained in:
Max Kellermann
2009-02-22 17:18:03 +01:00
parent 3a6619d62c
commit f7c685f1ab
4 changed files with 296 additions and 0 deletions

View File

@@ -594,6 +594,10 @@ 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
AM_CONDITIONAL(ENABLE_LAME_ENCODER, test x$enable_shout_mp3 = xyes)
if test x$enable_shout_mp3 = xyes; then
AC_DEFINE(ENABLE_LAME_ENCODER, 1, [Define to enable the lame encoder plugin]),
fi
if test x$enable_ao = xyes; then
PKG_CHECK_MODULES(AO, [ao],