mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 11:29:59 +01: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:
parent
9a38f39ec0
commit
26db713f0c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue