[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#31382] [PATCH] telephony: twinkle fix support for codec speex
From: |
Jovany Leandro G.C |
Subject: |
[bug#31382] [PATCH] telephony: twinkle fix support for codec speex |
Date: |
Wed, 9 May 2018 15:22:40 -0500 |
From 805dff3d4a5460e072dbede7abb2049c64e1453b Mon Sep 17 00:00:00 2001
From: "Jovany Leandro G.C" <address@hidden>
Date: Wed, 9 May 2018 15:15:54 -0500
Subject: [PATCH] telephony: twinkle fix support for codec speex
---
gnu/packages/telephony.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/gnu/packages/telephony.scm b/gnu/packages/telephony.scm
index 40e57051e..6b625b5d3 100644
--- a/gnu/packages/telephony.scm
+++ b/gnu/packages/telephony.scm
@@ -509,6 +509,7 @@ Mumble consists of two applications for separate usage:
(build-system cmake-build-system)
(arguments
`(#:tests? #f ; no test target
+ #:configure-flags '("-DWITH_SPEEX=On")
#:phases
(modify-phases %standard-phases
(add-after 'install 'wrap-executable
--
2.17.0