aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-10-19 14:43:24 +0200
committerMax Kellermann <max@duempel.org>2013-10-19 14:43:24 +0200
commit8e063829c426e447021050eb214a77182269602e (patch)
tree74149152cf6183ae5b30e238f9db2b0e07d1cc1e /configure.ac
parent139c6be370d8b010b010ba2e4bb6ec8a42b4fcfd (diff)
downloadmpd-8e063829c426e447021050eb214a77182269602e.tar.gz
mpd-8e063829c426e447021050eb214a77182269602e.tar.xz
mpd-8e063829c426e447021050eb214a77182269602e.zip
encoder/{opus,vorbis}: new serial generator replacing g_random_int()
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 66d7cee5a..ae95fc560 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1184,6 +1184,7 @@ if test x$enable_encoder = xyes; then
[Define to enable the encoder plugins])
fi
AM_CONDITIONAL(ENABLE_ENCODER, test x$enable_encoder = xyes)
+AM_CONDITIONAL(HAVE_OGG_ENCODER, test x$enable_vorbis_encoder = xyes || test x$enable_opus = xyes)
dnl ---------------------------------------------------------------------------
dnl Audio Output Plugins