From: LRN Date: Tue, 21 Jan 2014 10:39:54 +0000 (+0000) Subject: GST-based backend does not require opus at compile time X-Git-Tag: initial-import-from-subversion-38251~4976 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=a43f7e0dad6e3c984f57b6181f0234566e771ce1;p=oweals%2Fgnunet.git GST-based backend does not require opus at compile time --- 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)