1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-24 01:51:51 +02:00

gnu: libtgvoip: Replace libopusenc with opus.

* gnu/packages/telephony.scm (libtgvoip) [inputs]: Replace libopusenc with opus.

Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at>
This commit is contained in:
Raghav Gururajan
2021-02-18 06:14:49 -05:00
committed by Leo Prikler
parent 9a38f39ec0
commit 26db713f0c
+1 -1
View File
@@ -886,8 +886,8 @@ Initiation Protocol (SIP) and a multimedia framework.")
(build-system gnu-build-system)
(inputs
`(("alsa-lib" ,alsa-lib)
("libopusenc" ,libopusenc)
("openssl" ,openssl)
("opus" ,opus)
("pulseaudio" ,pulseaudio)))
(arguments
`(#:phases