From 78eeb77c6bf003444c3b9ee81446fde374a49d3b Mon Sep 17 00:00:00 2001 From: Nicolas Chauvet Date: Mon, 24 Sep 2018 16:03:54 +0200 Subject: [PATCH] Drop i686 as cuda arch --- ffmpeg.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ffmpeg.spec b/ffmpeg.spec index 641203e..a7b7ebc 100644 --- a/ffmpeg.spec +++ b/ffmpeg.spec @@ -5,7 +5,7 @@ #global rel rc1 # Cuda and others are only available on some arches -%global cuda_arches x86_64 i686 +%global cuda_arches x86_64 %if 0%{?fedora} >= 25 # OpenCV 3.X has an overlinking issue - unsuitable for core libraries