From a43f7e0dad6e3c984f57b6181f0234566e771ce1 Mon Sep 17 00:00:00 2001 From: LRN Date: Tue, 21 Jan 2014 10:39:54 +0000 Subject: GST-based backend does not require opus at compile time --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index b74bb267f..8f0289106 100644 --- a/configure.ac +++ b/configure.ac @@ -437,7 +437,7 @@ PKG_CHECK_MODULES( # Pulse Audio if test "x$pulse" != "x1" -o "x$opus" != "x1" -o "x$ogg" != "x1" then - if test "x$gst" != "x1" -o "x$opus" != "x1" + if test "x$gst" != "x1" then conversation_backend=none AM_CONDITIONAL(BUILD_PULSE_HELPERS, false) -- cgit v1.2.3