mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 07:16:39 +01:00
gnu: obs: Build with speexdsp.
* gnu/packages/video.scm (obs)[inputs]: Replace speex with speexdsp.
This commit is contained in:
parent
1c8a63b18b
commit
676c866b45
1 changed files with 1 additions and 1 deletions
|
@ -3029,7 +3029,7 @@ (define-public obs
|
|||
("qtbase" ,qtbase)
|
||||
("qtsvg" ,qtsvg)
|
||||
("qtx11extras" ,qtx11extras)
|
||||
("speex" ,speex)
|
||||
("speexdsp" ,speexdsp)
|
||||
("v4l-utils" ,v4l-utils)
|
||||
("zlib" ,zlib)))
|
||||
(synopsis "Live streaming software")
|
||||
|
|
Loading…
Reference in a new issue