gnu: vlc: Add x265 support.
* gnu/packages/video.scm (vlc)[inputs]: Add x265.
This commit is contained in:
parent
e3cb00d210
commit
8f5f6c922f
|
@ -680,6 +680,7 @@ audio/video codec library.")
|
||||||
("sdl" ,sdl)
|
("sdl" ,sdl)
|
||||||
("sdl-image" ,sdl-image)
|
("sdl-image" ,sdl-image)
|
||||||
("speex" ,speex)
|
("speex" ,speex)
|
||||||
|
("x265" ,x265)
|
||||||
("xcb-util-keysyms" ,xcb-util-keysyms)))
|
("xcb-util-keysyms" ,xcb-util-keysyms)))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags
|
`(#:configure-flags
|
||||||
|
|
Loading…
Reference in New Issue