commit 93eacba5b8d8a79582a5dcf5813664ca7391e935
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Wed Mar 2 20:51:31 2022 +0000
ExcludeArch: %{arm}
ext/sse2neon.h:106:2: error: #error "You must enable NEON instructions (e.g.
-mfpu=neon) to use SSE2NEON."
olive.spec | 3 +++
1 file changed, 3 insertions(+)
---
diff --git a/olive.spec b/olive.spec
index d3ba16f..5877e3e 100644
--- a/olive.spec
+++ b/olive.spec
@@ -47,6 +47,9 @@ BuildRequires: ilmbase-devel
BuildRequires: portaudio-devel
Requires: hicolor-icon-theme
+# ext/sse2neon.h:106:2: error: #error "You must enable NEON instructions (e.g.
-mfpu=neon) to use SSE2NEON."
+ExcludeArch: %{arm}
+
%description
%{name} is a free non-linear video editor aiming to provide a fully-featured
alternative to high-end professional video editing software.
Show replies by date