From 780b561671724e813dd0e0e798d05f86875a0811 Mon Sep 17 00:00:00 2001 From: Dominik 'Rathann' Mierzejewski Date: Wed, 25 Oct 2017 14:11:32 +0200 Subject: [PATCH] explicitly disable neon instructions on armv7hl --- ffmpeg.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ffmpeg.spec b/ffmpeg.spec index 9113c06..9ef537a 100644 --- a/ffmpeg.spec +++ b/ffmpeg.spec @@ -334,6 +334,9 @@ cp -pr doc/examples/{*.c,Makefile,README} _doc/examples/ --enable-vfpv3 \ --enable-thumb \ %endif +%ifarch armv7hl + --disable-neon \ +%endif %ifarch armv7hnl --enable-neon \ %endif