diff options
author | Marius Bakke <mbakke@fastmail.com> | 2019-07-22 16:17:36 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2019-07-22 16:22:22 +0200 |
commit | 26986544469ef290885f5f8d71006751e9e8daf8 (patch) | |
tree | 5085a0c8f498ffeae214bec30f810fe4baee6d29 | |
parent | a242776178a4fb4944d33a4e13dc257e77bea223 (diff) | |
download | patches-26986544469ef290885f5f8d71006751e9e8daf8.tar patches-26986544469ef290885f5f8d71006751e9e8daf8.tar.gz |
gnu: vlc: Build against libvpx@1.8.
* gnu/packages/video.scm (vlc)[inputs]: Change LIBVPX-1.7 to LIBVPX.
-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 cbfef8b781..2854ae2228 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) |