arm build

This commit is contained in:
veejay
2023-09-08 01:05:49 +02:00
parent 6816b8e0eb
commit 26c0d494c7
5 changed files with 50 additions and 11 deletions

View File

@@ -140,10 +140,13 @@
#include <libyuv/mmx_macros.h>
#include <veejaycore/veejaycore.h>
#include <libavutil/cpu.h>
#ifdef HAVE_ARM7A
#ifdef HAVE_ARM
#include <arm_neon.h>
#endif
#ifdef HAVE_ARM_NEON
#include <fastarm/new_arm.h>
#endif
#ifdef HAVE_ASIMD
#ifdef HAVE_ARM_ASIMD
#include <arm_neon.h>
#endif