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