gnu: vlc: Use libvpx-1.7.
Fixes <https://bugs.gnu.org/34439>. * gnu/packages/video.scm (vlc)[inputs]: Remove libvpx. Add libvpx-1.7.
This commit is contained in:
parent
1c84e68bde
commit
86b2ab8f5b
|
@ -992,7 +992,7 @@ videoformats depend on the configuration flags of ffmpeg.")
|
||||||
("libva" ,libva)
|
("libva" ,libva)
|
||||||
("libvdpau" ,libvdpau)
|
("libvdpau" ,libvdpau)
|
||||||
("libvorbis" ,libvorbis)
|
("libvorbis" ,libvorbis)
|
||||||
("libvpx" ,libvpx)
|
("libvpx" ,libvpx-1.7)
|
||||||
("libtheora" ,libtheora)
|
("libtheora" ,libtheora)
|
||||||
("libx264" ,libx264)
|
("libx264" ,libx264)
|
||||||
("libxext" ,libxext)
|
("libxext" ,libxext)
|
||||||
|
|
Loading…
Reference in New Issue