From 207ea025f946c683c43c3fe678b874b94fe34ac1 Mon Sep 17 00:00:00 2001 From: "Herman S." <429230+has207@users.noreply.github.com> Date: Sun, 15 Mar 2026 22:22:26 +0900 Subject: [PATCH] [3PP/Build/ARM64] Add missing asm/alignment macros to FFmpeg --- third_party/ffmpeg-xenia/config.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/third_party/ffmpeg-xenia/config.h b/third_party/ffmpeg-xenia/config.h index f31ca55bd..99914a1db 100644 --- a/third_party/ffmpeg-xenia/config.h +++ b/third_party/ffmpeg-xenia/config.h @@ -47,10 +47,23 @@ #define HAVE_NEON_INLINE 1 #define HAVE_VFP_INLINE 1 #define HAVE_INTRINSICS_NEON 1 + #define HAVE_AS_FUNC 0 + #define HAVE_AS_ARCH_DIRECTIVE 0 + #define HAVE_AS_ARCHEXT_CRC_DIRECTIVE 0 + #define HAVE_AS_ARCHEXT_DOTPROD_DIRECTIVE 0 + #define HAVE_AS_ARCHEXT_I8MM_DIRECTIVE 0 + #define HAVE_AS_ARCHEXT_SVE_DIRECTIVE 0 + #define HAVE_AS_ARCHEXT_SVE2_DIRECTIVE 0 + #define HAVE_AS_ARCHEXT_SME_DIRECTIVE 0 + #define HAVE_AS_ARCHEXT_SME_I16I64_DIRECTIVE 0 + #define HAVE_AS_ARCHEXT_SME2_DIRECTIVE 0 #define HAVE_ALIGNED_STACK 1 #define HAVE_FAST_64BIT 1 #define HAVE_FAST_CLZ 1 + #define HAVE_LOCAL_ALIGNED 1 #define HAVE_SIMD_ALIGN_16 1 + #define HAVE_SIMD_ALIGN_32 0 + #define HAVE_SIMD_ALIGN_64 0 #elif defined(__x86_64__) || defined(_M_X64) /* x86_64 (Windows, Linux, Android x86_64) */ #if defined(_WIN32)