gnu: vlc: Use liba52.

* gnu/packages/video.scm (vlc)[inputs]: Add liba52.
[arguments]: Remove "--disable-a52" from #:configure-flags.

Signed-off-by: Leo Famulari <leo@famulari.name>
master
Alex Vong 2016-09-10 00:06:26 +08:00 committed by Leo Famulari
parent c84253f757
commit 8824da4c8b
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 3 additions and 4 deletions

View File

@ -6,7 +6,7 @@
;;; Copyright © 2015, 2016 Efraim Flashner <efraim@flashner.co.il>
;;; Copyright © 2015 Andy Patterson <ajpatter@uwaterloo.ca>
;;; Copyright © 2015 Ricardo Wurmus <rekado@elephly.net>
;;; Copyright © 2015 Alex Vong <alexvong1995@gmail.com>
;;; Copyright © 2015, 2016 Alex Vong <alexvong1995@gmail.com>
;;; Copyright © 2016 Alex Griffin <a@ajgrf.com>
;;; Copyright © 2016 Kei Kebreau <kei@openmailbox.org>
;;; Copyright © 2016 Dmitry Nikolaev <cameltheman@gmail.com>
@ -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"