guix-commits
[Top][All Lists]
Advanced

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

09/09: gnu: vlc: Build against libvpx@1.8.


From: guix-commits
Subject: 09/09: gnu: vlc: Build against libvpx@1.8.
Date: Mon, 22 Jul 2019 10:25:19 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 26986544469ef290885f5f8d71006751e9e8daf8
Author: Marius Bakke <address@hidden>
Date:   Mon Jul 22 16:17:36 2019 +0200

    gnu: vlc: Build against libvpx@1.8.
    
    * gnu/packages/video.scm (vlc)[inputs]: Change LIBVPX-1.7 to LIBVPX.
---
 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 cbfef8b..2854ae2 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -1073,7 +1073,7 @@ videoformats depend on the configuration flags of 
ffmpeg.")
        ("libva" ,libva)
        ("libvdpau" ,libvdpau)
        ("libvorbis" ,libvorbis)
-       ("libvpx" ,libvpx-1.7)
+       ("libvpx" ,libvpx)
        ("libtheora" ,libtheora)
        ("libx264" ,libx264)
        ("libxext" ,libxext)



reply via email to

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