diff options
author | Max Kellermann <max@duempel.org> | 2009-02-22 17:11:14 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2009-02-22 17:11:14 +0100 |
commit | a9dde676be62195aace54a1e3defefdc78a317f1 (patch) | |
tree | fe87ba691238df26f380fc36652f65e32dc4debe /configure.ac | |
parent | e79a82ba3a5988442426104d97ae0c549d0df62a (diff) | |
download | mpd-a9dde676be62195aace54a1e3defefdc78a317f1.tar.gz mpd-a9dde676be62195aace54a1e3defefdc78a317f1.tar.xz mpd-a9dde676be62195aace54a1e3defefdc78a317f1.zip |
added the encoder API
The new generic encoder API will replace shout's custom encoder API.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 95e9eec1a..b8fefa06b 100644 --- a/configure.ac +++ b/configure.ac @@ -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]), |