diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2020-09-29 12:08:34 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2020-09-29 13:03:18 +0300 |
commit | 676c866b458e3532743979435279d208f6ffdc16 (patch) | |
tree | 70ef741c0bc1f5297de66b39f695ffbdccffe5cf | |
parent | 1c8a63b18b62cfd18335733485a6b49f17f715e9 (diff) | |
download | guix-676c866b458e3532743979435279d208f6ffdc16.tar.gz |
gnu: obs: Build with speexdsp.
* gnu/packages/video.scm (obs)[inputs]: Replace speex with speexdsp.
-rw-r--r-- | gnu/packages/video.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index 24854e04c4..07cc66ad21 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -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") |