commit 383f11659aa65b7e2e090f1f5b6dfbcc1a0ccada
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 5c3dbd8..2e87949 100644
--- a/ffmpeg.spec
+++ b/ffmpeg.spec
@@ -331,6 +331,9 @@ cp -pr doc/examples/{*.c,Makefile,README} _doc/examples/
%else
--enable-thumb \
%endif
+%ifarch armv7hl
+ --disable-neon \
+%endif
%ifarch armv7hnl
--enable-neon \
%endif
Show replies by date