diff options
author | LRN <lrn1986@gmail.com> | 2014-01-21 10:39:54 +0000 |
---|---|---|
committer | LRN <lrn1986@gmail.com> | 2014-01-21 10:39:54 +0000 |
commit | a43f7e0dad6e3c984f57b6181f0234566e771ce1 (patch) | |
tree | 006b69cb685e0a88813718185dc6d7a7dc46b33a /configure.ac | |
parent | 3e6af1db9bff71a783efe00b773b2a68f50ac518 (diff) |
GST-based backend does not require opus at compile time
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
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( # 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) |