commit 780b561671724e813dd0e0e798d05f86875a0811
Author: Dominik 'Rathann' Mierzejewski <dominik(a)greysector.net>
Date: Wed Oct 25 14:11:32 2017 +0200
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
Show replies by date