commit 82ee733ac19381fa340b151214bbb805e63c3193
Author: Dominik 'Rathann' Mierzejewski <dominik(a)greysector.net>
Date: Wed Oct 25 12:16:18 2017 +0200
enable VAAPI support on all arches
it's not x86-specific anymore
ffmpeg.spec | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/ffmpeg.spec b/ffmpeg.spec
index 919caa4..9113c06 100644
--- a/ffmpeg.spec
+++ b/ffmpeg.spec
@@ -119,13 +119,13 @@ BuildRequires: librsvg2-devel
%{?_with_ssh:BuildRequires: libssh-devel}
BuildRequires: libtheora-devel
BuildRequires: libv4l-devel
+%{?!_without_vaapi:BuildRequires: libva-devel >= 0.31.0}
BuildRequires: libvdpau-devel
BuildRequires: libvorbis-devel
%{?!_without_vpx:BuildRequires: libvpx-devel >= 0.9.1}
%ifarch %{ix86} x86_64
%{!?_without_mfx:BuildRequires: libmfx-devel}
BuildRequires: libXvMC-devel
-%{?!_without_vaapi:BuildRequires: libva-devel >= 0.31.0}
BuildRequires: nasm
%endif
%{?_with_webp:BuildRequires: libwebp-devel}
@@ -404,6 +404,7 @@ install -pm755 tools/qt-faststart %{buildroot}%{_bindir}
- explicitly support ppc64p7 and ppc64le
- set correct CPU options on armv7hl
- show config.log in case of configure failure
+- enable VAAPI support on all arches, it's not x86-specific anymore
* Wed Oct 25 2017 Leigh Scott <leigh123linux(a)googlemail.com> - 3.4-4
- Switch from yasm to nasm