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>master
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