mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
gnu: vlc: Build against libvpx@1.8.
* gnu/packages/video.scm (vlc)[inputs]: Change LIBVPX-1.7 to LIBVPX.
This commit is contained in:
parent
a242776178
commit
2698654446
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue