From f6afd110d771ee2dd44253987705e229cbac9936 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=81=E5=98=89=E6=B7=B3?= Date: Wed, 8 Jan 2025 02:16:21 +0000 Subject: [PATCH] Add compilation options to support sw_64 architecture MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 丁嘉淳 --- ffmpeg.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ffmpeg.spec b/ffmpeg.spec index d1f05a1..c94a4cd 100644 --- a/ffmpeg.spec +++ b/ffmpeg.spec @@ -358,6 +358,9 @@ cp -pr doc/examples/{*.c,Makefile,README} _doc/examples/ %ifarch armv7hnl --enable-neon \ %endif +%endif +%ifarch sw_64 + --disable-runtime-cpudetect \ %endif || cat ffbuild/config.log -- Gitee