guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/04: gnu: vlc: Add x265 support.


From: Efraim Flashner
Subject: 04/04: gnu: vlc: Add x265 support.
Date: Wed, 26 Oct 2016 09:21:33 +0000 (UTC)

efraim pushed a commit to branch master
in repository guix.

commit 8f5f6c922fe6fe06c732bfa18df2f8100c59c2fb
Author: Efraim Flashner <address@hidden>
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

[Prev in Thread] Current Thread [Next in Thread]