guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/04: gnu: obs: Build with speexdsp.


From: guix-commits
Subject: 02/04: gnu: obs: Build with speexdsp.
Date: Tue, 29 Sep 2020 06:04:32 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 676c866b458e3532743979435279d208f6ffdc16
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue Sep 29 12:08:34 2020 +0300

    gnu: obs: Build with speexdsp.
    
    * gnu/packages/video.scm (obs)[inputs]: Replace speex with speexdsp.
---
 gnu/packages/video.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 24854e0..07cc66a 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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]