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
No known key found for this signature in database
GPG key ID: 442A84B8C70E2F87

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