guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: ffmpeg: Set LDFLAGS to -ldl.


From: Andreas Enge
Subject: 01/01: gnu: ffmpeg: Set LDFLAGS to -ldl.
Date: Thu, 12 Mar 2015 22:50:16 +0000

andreas pushed a commit to branch master
in repository guix.

commit 97ffa451eb58b4883bbab86e52f8bbe1e37dee6d
Author: Andreas Enge <address@hidden>
Date:   Thu Mar 12 23:48:11 2015 +0100

    gnu: ffmpeg: Set LDFLAGS to -ldl.
    
    * gnu/packages/video.scm (ffmpeg, ffmpeg-2.2): Set LDFLAGS to -ldl.
      This fixes a build failure of ffmpeg-2.2.
---
 gnu/packages/video.scm |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 344e4b6..d16294e 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -250,6 +250,9 @@ SMPTE 314M.")
                 (("#! /bin/sh") (string-append "#!" (which "bash"))))
               (setenv "SHELL" (which "bash"))
               (setenv "CONFIG_SHELL" (which "bash"))
+               ;; FIXME: only needed for ffmpeg-2.2.13, but easier to add
+               ;; globally; drop as soon as ffmpeg-2.2.13 is dropped
+              (setenv "LDFLAGS" "-ldl")
 ;; possible additional inputs:
 ;;   --enable-avisynth        enable reading of AviSynth script files [no]
 ;;   --enable-frei0r          enable frei0r video filtering



reply via email to

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