From 2e23541913a742431566229669f2815622770cda Mon Sep 17 00:00:00 2001 From: Leigh Scott Date: Tue, 18 Aug 2020 01:36:00 +0100 Subject: [PATCH] Disable vulkan on i686 --- ffmpeg.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/ffmpeg.spec b/ffmpeg.spec index ce5ef98..0a3f3c4 100644 --- a/ffmpeg.spec +++ b/ffmpeg.spec @@ -7,6 +7,8 @@ %ifarch %{ix86} # Fails due to asm issue %global _lto_cflags %{nil} +# libavfilter has undefined glslang symbols +%global _without_vulkan 1 %endif # rav1e is rawhide only so there is no point enabling it. @@ -101,7 +103,7 @@ ExclusiveArch: armv7hnl Summary: Digital VCR and streaming server Name: ffmpeg%{?flavor} Version: 4.3.1 -Release: 8%{?date}%{?date:git}%{?rel}%{?dist} +Release: 9%{?date}%{?date:git}%{?rel}%{?dist} License: %{ffmpeg_license} URL: http://ffmpeg.org/ %if 0%{?date} @@ -465,6 +467,9 @@ install -pm755 tools/qt-faststart %{buildroot}%{_bindir} %changelog +* Tue Aug 18 2020 Leigh Scott - 4.3.1-9 +- Disable vulkan on i686 + * Mon Aug 17 2020 RPM Fusion Release Engineering - 4.3.1-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild