mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: vlc: Add x265 support.
* gnu/packages/video.scm (vlc)[inputs]: Add x265.
This commit is contained in:
parent
e3cb00d210
commit
8f5f6c922f
1 changed files with 1 additions and 0 deletions
|
@ -680,6 +680,7 @@ (define-public vlc
|
|||
("sdl" ,sdl)
|
||||
("sdl-image" ,sdl-image)
|
||||
("speex" ,speex)
|
||||
("x265" ,x265)
|
||||
("xcb-util-keysyms" ,xcb-util-keysyms)))
|
||||
(arguments
|
||||
`(#:configure-flags
|
||||
|
|
Loading…
Reference in a new issue