guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: vlc: Use liba52.


From: Leo Famulari
Subject: 01/01: gnu: vlc: Use liba52.
Date: Tue, 20 Sep 2016 19:54:30 +0000 (UTC)

lfam pushed a commit to branch master
in repository guix.

commit 8824da4c8bc34b131d5920d577f406db300a921b
Author: Alex Vong <address@hidden>
Date:   Sat Sep 10 00:06:26 2016 +0800

    gnu: vlc: Use liba52.
    
    * gnu/packages/video.scm (vlc)[inputs]: Add liba52.
    [arguments]: Remove "--disable-a52" from #:configure-flags.
    
    Signed-off-by: Leo Famulari <address@hidden>
---
 gnu/packages/video.scm |    7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 6839103..8bed50e 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -6,7 +6,7 @@
 ;;; Copyright © 2015, 2016 Efraim Flashner <address@hidden>
 ;;; Copyright © 2015 Andy Patterson <address@hidden>
 ;;; Copyright © 2015 Ricardo Wurmus <address@hidden>
-;;; Copyright © 2015 Alex Vong <address@hidden>
+;;; Copyright © 2015, 2016 Alex Vong <address@hidden>
 ;;; Copyright © 2016 Alex Griffin <address@hidden>
 ;;; Copyright © 2016 Kei Kebreau <address@hidden>
 ;;; Copyright © 2016 Dmitry Nikolaev <address@hidden>
@@ -619,6 +619,7 @@ audio/video codec library.")
        ("fontconfig" ,fontconfig)
        ("freetype" ,freetype)
        ("gnutls" ,gnutls)
+       ("liba52" ,liba52)
        ("libcddb" ,libcddb)
        ("libgcrypt" ,libgcrypt)
        ("libkate" ,libkate)
@@ -649,9 +650,7 @@ audio/video codec library.")
        ("xcb-util-keysyms" ,xcb-util-keysyms)))
     (arguments
      `(#:configure-flags
-       `("--disable-a52" ; FIXME: reenable once available
-
-         ;; Gross workaround for <https://trac.videolan.org/vlc/ticket/16907>.
+       `(;; Gross workaround for <https://trac.videolan.org/vlc/ticket/16907>.
          ;; In our case, this led to a test failure:
          ;;   test_libvlc_equalizer: libvlc/equalizer.c:122: test_equalizer: 
Assertion `isnan(libvlc_audio_equalizer_get_amp_at_index (equalizer, u_bands))' 
failed.
          "ac_cv_c_fast_math=no"



reply via email to

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