GST-based backend does not require opus at compile time
authorLRN <lrn1986@gmail.com>
Tue, 21 Jan 2014 10:39:54 +0000 (10:39 +0000)
committerLRN <lrn1986@gmail.com>
Tue, 21 Jan 2014 10:39:54 +0000 (10:39 +0000)
configure.ac

index b74bb267fcf6cb3bb66ec5a8fec4e3b0930bb66e..8f02891065381aba400e6f510707232e5b572d19 100644 (file)
@@ -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)