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:
committed by
Leo Prikler
parent
9a38f39ec0
commit
26db713f0c
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user