From bc2235ba5056537d49ca5c5ac48891485a83d0c7 Mon Sep 17 00:00:00 2001 From: Dominik 'Rathann' Mierzejewski Date: Wed, 29 Nov 2017 12:58:33 +0100 Subject: [PATCH] rebuild against new libmfx (rhbz#1471768) --- ffmpeg.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ffmpeg.spec b/ffmpeg.spec index 3739ccc..e91d7b7 100644 --- a/ffmpeg.spec +++ b/ffmpeg.spec @@ -124,7 +124,7 @@ BuildRequires: libvdpau-devel BuildRequires: libvorbis-devel %{?!_without_vpx:BuildRequires: libvpx-devel >= 0.9.1} %ifarch %{ix86} x86_64 -%{!?_without_mfx:BuildRequires: libmfx-devel} +%{!?_without_mfx:BuildRequires: libmfx-devel >= 1.23-1} BuildRequires: libXvMC-devel BuildRequires: nasm %endif @@ -406,6 +406,7 @@ install -pm755 tools/qt-faststart %{buildroot}%{_bindir} %changelog * Tue Nov 28 2017 Dominik Mierzejewski - 3.4-6 - enable support for vid.stab (rfbz#4713) +- rebuild against new libmfx (rhbz#1471768) * Wed Oct 25 2017 Dominik Mierzejewski - 3.4-5 - drop support for building on ppc (32bit)