From 062d42a55f4b01a080643b92ba0757114fa283f0 Mon Sep 17 00:00:00 2001 From: Nicolas Chauvet Date: Mon, 17 Apr 2023 09:30:21 +0200 Subject: [PATCH] Explicit comment about compat-ffmpeg4 usage --- vlc.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/vlc.spec b/vlc.spec index 1b6287f..c49ef06 100644 --- a/vlc.spec +++ b/vlc.spec @@ -93,6 +93,8 @@ BuildRequires: cdparanoia-devel %{?_with_dav1d:BuildRequires: libdav1d-devel} BuildRequires: pkgconfig(dbus-1) %{?_with_faad2:BuildRequires: faad2-devel} +# vlc-3 works with ffmpeg <= 4 for vaapi support +#https://code.videolan.org/videolan/vlc/-/issues/26772 %if 0%{?fedora} >= 36 || 0%{?rhel} >= 9 %{?_with_ffmpeg:BuildRequires: compat-ffmpeg4-devel} %else