me
/
guix
Archived
1
0
Fork 0

gnu: obs: Build with speexdsp.

* gnu/packages/video.scm (obs)[inputs]: Replace speex with speexdsp.
master
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
1 changed files with 1 additions and 1 deletions

View File

@ -3029,7 +3029,7 @@ be used for realtime video capture via Linux-specific APIs.")
("qtbase" ,qtbase)
("qtsvg" ,qtsvg)
("qtx11extras" ,qtx11extras)
("speex" ,speex)
("speexdsp" ,speexdsp)
("v4l-utils" ,v4l-utils)
("zlib" ,zlib)))
(synopsis "Live streaming software")