guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: vlc: Use libvpx-1.7.


From: guix-commits
Subject: 01/01: gnu: vlc: Use libvpx-1.7.
Date: Mon, 11 Feb 2019 12:59:55 -0500 (EST)

dannym pushed a commit to branch master
in repository guix.

commit 86b2ab8f5ba3c490e634bf4d856cb94833c321be
Author: Danny Milosavljevic <address@hidden>
Date:   Mon Feb 11 18:48:00 2019 +0100

    gnu: vlc: Use libvpx-1.7.
    
    Fixes <https://bugs.gnu.org/34439>.
    
    * gnu/packages/video.scm (vlc)[inputs]: Remove libvpx.  Add libvpx-1.7.
---
 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 c0f439e..8d45f1c 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -992,7 +992,7 @@ videoformats depend on the configuration flags of ffmpeg.")
        ("libva" ,libva)
        ("libvdpau" ,libvdpau)
        ("libvorbis" ,libvorbis)
-       ("libvpx" ,libvpx)
+       ("libvpx" ,libvpx-1.7)
        ("libtheora" ,libtheora)
        ("libx264" ,libx264)
        ("libxext" ,libxext)



reply via email to

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