mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05: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)
|
("libva" ,libva)
|
||||||
("libvdpau" ,libvdpau)
|
("libvdpau" ,libvdpau)
|
||||||
("libvorbis" ,libvorbis)
|
("libvorbis" ,libvorbis)
|
||||||
("libvpx" ,libvpx-1.7)
|
("libvpx" ,libvpx)
|
||||||
("libtheora" ,libtheora)
|
("libtheora" ,libtheora)
|
||||||
("libx264" ,libx264)
|
("libx264" ,libx264)
|
||||||
("libxext" ,libxext)
|
("libxext" ,libxext)
|
||||||
|
|
Loading…
Reference in a new issue