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.
This commit is contained in:
Ludovic Courtès 2016-04-18 11:58:15 +02:00
parent 940778c71c
commit b4dff93550
1 changed files with 1 additions and 1 deletions

View File

@ -578,7 +578,7 @@ audio/video codec library.")
("avahi" ,avahi) ("avahi" ,avahi)
("dbus" ,dbus) ("dbus" ,dbus)
("flac" ,flac) ("flac" ,flac)
("ffmpeg" ,ffmpeg) ("ffmpeg" ,ffmpeg-2.8) ;fails to build against ffmpeg 3.0
("fontconfig" ,fontconfig) ("fontconfig" ,fontconfig)
("freetype" ,freetype) ("freetype" ,freetype)
("gnutls" ,gnutls) ("gnutls" ,gnutls)