aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanny Milosavljevic <dannym@scratchpost.org>2019-02-11 18:48:00 +0100
committerDanny Milosavljevic <dannym@scratchpost.org>2019-02-11 18:48:42 +0100
commit86b2ab8f5ba3c490e634bf4d856cb94833c321be (patch)
tree8592f4211bf60c46a1f99276553643d6e548917e
parent1c84e68bde61cd5349c38e32d2de0955e141fbce (diff)
downloadguix-86b2ab8f5ba3c490e634bf4d856cb94833c321be.tar
guix-86b2ab8f5ba3c490e634bf4d856cb94833c321be.tar.gz
gnu: vlc: Use libvpx-1.7.
Fixes <https://bugs.gnu.org/34439>. * gnu/packages/video.scm (vlc)[inputs]: Remove libvpx. Add libvpx-1.7.
-rw-r--r--gnu/packages/video.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index c0f439ea93..8d45f1c50e 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)