mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
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
1 changed files with 1 additions and 1 deletions
|
@ -992,7 +992,7 @@ (define-public vlc
|
|||
("libva" ,libva)
|
||||
("libvdpau" ,libvdpau)
|
||||
("libvorbis" ,libvorbis)
|
||||
("libvpx" ,libvpx)
|
||||
("libvpx" ,libvpx-1.7)
|
||||
("libtheora" ,libtheora)
|
||||
("libx264" ,libx264)
|
||||
("libxext" ,libxext)
|
||||
|
|
Loading…
Reference in a new issue