guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: vlc: Build against ffmpeg 2.8.


From: Ludovic Courtès
Subject: 02/03: gnu: vlc: Build against ffmpeg 2.8.
Date: Mon, 18 Apr 2016 10:09:02 +0000

civodul pushed a commit to branch master
in repository guix.

commit b4dff935500abc5aceb3fc0e13fb7cabb5f756c0
Author: Ludovic Courtès <address@hidden>
Date:   Mon Apr 18 11:58:15 2016 +0200

    gnu: vlc: Build against ffmpeg 2.8.
    
    Fixes <http://bugs.gnu.org/23256>.
    Reported by Christopher Allan Webber <address@hidden>.
    
    * gnu/packages/video.scm (vlc): Use FFMPEG-2.8 instead of FFMPEG.
---
 gnu/packages/video.scm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 4907a41..7877961 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -578,7 +578,7 @@ audio/video codec library.")
        ("avahi" ,avahi)
        ("dbus" ,dbus)
        ("flac" ,flac)
-       ("ffmpeg" ,ffmpeg)
+       ("ffmpeg" ,ffmpeg-2.8)               ;fails to build against ffmpeg 3.0
        ("fontconfig" ,fontconfig)
        ("freetype" ,freetype)
        ("gnutls" ,gnutls)



reply via email to

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