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.
master
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)
("dbus" ,dbus)
("flac" ,flac)
("ffmpeg" ,ffmpeg)
("ffmpeg" ,ffmpeg-2.8) ;fails to build against ffmpeg 3.0
("fontconfig" ,fontconfig)
("freetype" ,freetype)
("gnutls" ,gnutls)