From 8e063829c426e447021050eb214a77182269602e Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sat, 19 Oct 2013 14:43:24 +0200 Subject: encoder/{opus,vorbis}: new serial generator replacing g_random_int() --- configure.ac | 1 + 1 file changed, 1 insertion(+) (limited to 'configure.ac') 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 -- cgit v1.2.3