vlc: pin ffmpeg to 4.x to fix VAAPI (#367290)
This commit is contained in:
commit
005dabd6ab
@ -12,7 +12,11 @@
|
|||||||
fetchpatch,
|
fetchpatch,
|
||||||
fetchurl,
|
fetchurl,
|
||||||
# Please unpin FFmpeg on the next upstream release.
|
# Please unpin FFmpeg on the next upstream release.
|
||||||
ffmpeg_6,
|
# Currently FFmpeg is pinned to 4.x because VAAPI acceleration is broken when
|
||||||
|
# building with newer versions:
|
||||||
|
# https://code.videolan.org/videolan/vlc/-/issues/26772
|
||||||
|
# This is intentional by upstream but VLC 4.0 will support newer FFmpeg.
|
||||||
|
ffmpeg_4,
|
||||||
flac,
|
flac,
|
||||||
fluidsynth,
|
fluidsynth,
|
||||||
freefont_ttf,
|
freefont_ttf,
|
||||||
@ -139,7 +143,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||||||
avahi
|
avahi
|
||||||
dbus
|
dbus
|
||||||
faad2
|
faad2
|
||||||
ffmpeg_6
|
ffmpeg_4
|
||||||
flac
|
flac
|
||||||
fluidsynth
|
fluidsynth
|
||||||
fribidi
|
fribidi
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user