mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-20 14:47:20 +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 @@ (define-public vlc
|
|||
("libva" ,libva)
|
||||
("libvdpau" ,libvdpau)
|
||||
("libvorbis" ,libvorbis)
|
||||
("libvpx" ,libvpx-1.7)
|
||||
("libvpx" ,libvpx)
|
||||
("libtheora" ,libtheora)
|
||||
("libx264" ,libx264)
|
||||
("libxext" ,libxext)
|
||||
|
|
Loading…
Reference in a new issue