gnu: obs: Build with speexdsp.

* gnu/packages/video.scm (obs)[inputs]: Replace speex with speexdsp.
This commit is contained in:
Efraim Flashner 2020-09-29 12:08:34 +03:00
parent 1c8a63b18b
commit 676c866b45
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -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")