diff options
author | Ludovic Courtès <ludo@gnu.org> | 2016-04-18 11:58:15 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2016-04-18 11:58:15 +0200 |
commit | b4dff935500abc5aceb3fc0e13fb7cabb5f756c0 (patch) | |
tree | f06c038033077a498b26258316b7f07a29853007 | |
parent | 940778c71c6be6987cf401a308261be6d33935a3 (diff) |
gnu: vlc: Build against ffmpeg 2.8.
Fixes <http://bugs.gnu.org/23256>.
Reported by Christopher Allan Webber <cwebber@dustycloud.org>.
* gnu/packages/video.scm (vlc): Use FFMPEG-2.8 instead of FFMPEG.
-rw-r--r-- | 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 4907a4174f..7877961901 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) |