From 1b9f762c6f91c84380f39a8895c258fe492021a5 Mon Sep 17 00:00:00 2001 From: veejay <> Date: Fri, 8 Sep 2023 01:15:13 +0200 Subject: [PATCH] for arm7a --- veejay-current/veejay-core/veejaycore/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/veejay-current/veejay-core/veejaycore/Makefile.am b/veejay-current/veejay-core/veejaycore/Makefile.am index 3b3e3942..6451e588 100644 --- a/veejay-current/veejay-core/veejaycore/Makefile.am +++ b/veejay-current/veejay-core/veejaycore/Makefile.am @@ -40,7 +40,7 @@ libveejaycore_la_LIBADD = \ $(top_builddir)/thirdparty/mjpegtools/libmjpegutils.la \ $(top_builddir)/libvevo/libvevo.la -if HAVE_ARM_NEON +if HAVE_ARMV7 libveejaycore_la_LIBADD+=$(top_builddir)/thirdparty/fastarm/libfastarm.la endif