diff options
author | Max Kellermann <max@duempel.org> | 2013-10-19 14:43:24 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-10-19 14:43:24 +0200 |
commit | 8e063829c426e447021050eb214a77182269602e (patch) | |
tree | 74149152cf6183ae5b30e238f9db2b0e07d1cc1e /configure.ac | |
parent | 139c6be370d8b010b010ba2e4bb6ec8a42b4fcfd (diff) | |
download | mpd-8e063829c426e447021050eb214a77182269602e.tar.gz mpd-8e063829c426e447021050eb214a77182269602e.tar.xz mpd-8e063829c426e447021050eb214a77182269602e.zip |
encoder/{opus,vorbis}: new serial generator replacing g_random_int()
Diffstat (limited to '')
-rw-r--r-- | configure.ac | 1 |
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 |