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:
parent
940778c71c
commit
b4dff93550
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user