efraim pushed a commit to branch master
in repository guix.

commit 8f5f6c922fe6fe06c732bfa18df2f8100c59c2fb
Author: Efraim Flashner <efr...@flashner.co.il>
Date:   Mon Oct 24 22:54:48 2016 +0300

    gnu: vlc: Add x265 support.
    
    * gnu/packages/video.scm (vlc)[inputs]: Add x265.
---
 gnu/packages/video.scm |    1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 7f346dc..acf50f3 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -680,6 +680,7 @@ audio/video codec library.")
        ("sdl" ,sdl)
        ("sdl-image" ,sdl-image)
        ("speex" ,speex)
+       ("x265" ,x265)
        ("xcb-util-keysyms" ,xcb-util-keysyms)))
     (arguments
      `(#:configure-flags

Reply via email to