mbakke pushed a commit to branch master
in repository guix.
commit 26986544469ef290885f5f8d71006751e9e8daf8
Author: Marius Bakke <[email protected]>
Date: Mon Jul 22 16:17:36 2019 +0200
gnu: vlc: Build against [email protected].
* 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)