aboutsummaryrefslogtreecommitdiff
path: root/config/x86/vpx_config.asm
diff options
context:
space:
mode:
Diffstat (limited to 'config/x86/vpx_config.asm')
-rw-r--r--config/x86/vpx_config.asm8
1 files changed, 6 insertions, 2 deletions
diff --git a/config/x86/vpx_config.asm b/config/x86/vpx_config.asm
index 8c108efe9..360909d1e 100644
--- a/config/x86/vpx_config.asm
+++ b/config/x86/vpx_config.asm
@@ -1,11 +1,15 @@
%define VPX_ARCH_ARM 0
+%define VPX_ARCH_AARCH64 0
%define VPX_ARCH_MIPS 0
%define VPX_ARCH_X86 1
%define VPX_ARCH_X86_64 0
%define VPX_ARCH_PPC 0
%define VPX_ARCH_LOONGARCH 0
-%define HAVE_NEON 0
%define HAVE_NEON_ASM 0
+%define HAVE_NEON 0
+%define HAVE_NEON_DOTPROD 0
+%define HAVE_NEON_I8MM 0
+%define HAVE_SVE 0
%define HAVE_MIPS32 0
%define HAVE_DSPR2 0
%define HAVE_MSA 0
@@ -75,7 +79,6 @@
%define CONFIG_MULTI_RES_ENCODING 0
%define CONFIG_TEMPORAL_DENOISING 1
%define CONFIG_VP9_TEMPORAL_DENOISING 0
-%define CONFIG_CONSISTENT_RECODE 0
%define CONFIG_COEFFICIENT_RANGE_CHECKING 0
%define CONFIG_VP9_HIGHBITDEPTH 1
%define CONFIG_BETTER_HW_COMPATIBILITY 0
@@ -88,3 +91,4 @@
%define CONFIG_EMULATE_HARDWARE 0
%define CONFIG_NON_GREEDY_MV 0
%define CONFIG_RATE_CTRL 0
+%define CONFIG_COLLECT_COMPONENT_TIMING 0