guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: vlc: Remove obsolete test workaround.


From: Marius Bakke
Subject: 02/03: gnu: vlc: Remove obsolete test workaround.
Date: Wed, 30 Aug 2017 16:42:45 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit eb1f2420d5d72bb5d178a744cffb4978c7446286
Author: Marius Bakke <address@hidden>
Date:   Wed Aug 30 22:35:45 2017 +0200

    gnu: vlc: Remove obsolete test workaround.
    
    * gnu/packages/video.scm (vlc)[arguments]: Drop ac_cv_c_fast_math from
      #:configure-flags.  Remove related 'bootstrap' phase.
---
 gnu/packages/video.scm | 9 +--------
 1 file changed, 1 insertion(+), 8 deletions(-)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index f485f7d..707623c 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -828,20 +828,13 @@ audio/video codec library.")
        ("xcb-util-keysyms" ,xcb-util-keysyms)))
     (arguments
      `(#:configure-flags
-       `(;; 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"
-         "CXXFLAGS=-std=gnu++11"
-
+       `("CXXFLAGS=-std=gnu++11"
          ,(string-append "LDFLAGS=-Wl,-rpath -Wl,"
                          (assoc-ref %build-inputs "ffmpeg")
                          "/lib"))                 ;needed for the tests
 
        #:phases
        (modify-phases %standard-phases
-         (add-before 'configure 'bootstrap
-           (lambda _ (zero? (system* "sh" "bootstrap"))))
          (add-before 'bootstrap 'fix-livemedia-utils-prefix
            (lambda* (#:key inputs #:allow-other-keys)
              (let ((livemedia-utils (assoc-ref inputs "livemedia-utils")))



reply via email to

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