diff options
author | Danny Milosavljevic <dannym@scratchpost.org> | 2019-02-11 18:48:00 +0100 |
---|---|---|
committer | Danny Milosavljevic <dannym@scratchpost.org> | 2019-02-11 18:48:42 +0100 |
commit | 86b2ab8f5ba3c490e634bf4d856cb94833c321be (patch) | |
tree | 8592f4211bf60c46a1f99276553643d6e548917e /gnu/packages/video.scm | |
parent | 1c84e68bde61cd5349c38e32d2de0955e141fbce (diff) |
gnu: vlc: Use libvpx-1.7.
Fixes <https://bugs.gnu.org/34439>.
* gnu/packages/video.scm (vlc)[inputs]: Remove libvpx. Add libvpx-1.7.
Diffstat (limited to 'gnu/packages/video.scm')
-rw-r--r-- | gnu/packages/video.scm | 2 |
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) |