guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: mpv: Enable shared library support.


From: Efraim Flashner
Subject: 01/02: gnu: mpv: Enable shared library support.
Date: Sun, 10 Jul 2016 04:12:04 +0000 (UTC)

efraim pushed a commit to branch master
in repository guix.

commit 6cf83e3f83a9373d0da2ea3b29597c370133c9ff
Author: Alex Griffin <address@hidden>
Date:   Wed Jul 6 18:55:54 2016 -0500

    gnu: mpv: Enable shared library support.
    
    * gnu/packages/video.scm (mpv): Enable shared library support.
    
    Signed-off-by: Efraim Flashner <address@hidden>
---
 gnu/packages/video.scm |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 2332a0d..ae1813d 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -7,6 +7,7 @@
 ;;; Copyright © 2015 Andy Patterson <address@hidden>
 ;;; Copyright © 2015 Ricardo Wurmus <address@hidden>
 ;;; Copyright © 2015 Alex Vong <address@hidden>
+;;; Copyright © 2016 Alex Griffin <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -818,7 +819,7 @@ SVCD, DVD, 3ivx, DivX 3/4/5, WMV and H.264 movies.")
           (lambda* (#:key inputs #:allow-other-keys)
             (copy-file (assoc-ref inputs "waf") "waf")
             (setenv "CC" "gcc"))))
-       #:configure-flags (list "--enable-zsh-comp")
+       #:configure-flags (list "--enable-libmpv-shared" "--enable-zsh-comp")
        ;; No check function defined.
        #:tests? #f))
     (home-page "https://mpv.io/";)



reply via email to

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