aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLRN <lrn1986@gmail.com>2014-01-21 10:39:54 +0000
committerLRN <lrn1986@gmail.com>2014-01-21 10:39:54 +0000
commita43f7e0dad6e3c984f57b6181f0234566e771ce1 (patch)
tree006b69cb685e0a88813718185dc6d7a7dc46b33a
parent3e6af1db9bff71a783efe00b773b2a68f50ac518 (diff)
downloadgnunet-a43f7e0dad6e3c984f57b6181f0234566e771ce1.tar.gz
gnunet-a43f7e0dad6e3c984f57b6181f0234566e771ce1.zip
GST-based backend does not require opus at compile time
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
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(
437# Pulse Audio 437# Pulse Audio
438if test "x$pulse" != "x1" -o "x$opus" != "x1" -o "x$ogg" != "x1" 438if test "x$pulse" != "x1" -o "x$opus" != "x1" -o "x$ogg" != "x1"
439then 439then
440 if test "x$gst" != "x1" -o "x$opus" != "x1" 440 if test "x$gst" != "x1"
441 then 441 then
442 conversation_backend=none 442 conversation_backend=none
443 AM_CONDITIONAL(BUILD_PULSE_HELPERS, false) 443 AM_CONDITIONAL(BUILD_PULSE_HELPERS, false)