| Index: source/config/linux/x64/vpx_config.asm | 
| diff --git a/source/config/linux/x64/vpx_config.asm b/source/config/linux/x64/vpx_config.asm | 
| index e0265eff584f63910dfd19a16bf399c679c01838..68a0d73808d7c1b3c76ad91d7468d19647017b4e 100644 | 
| --- a/source/config/linux/x64/vpx_config.asm | 
| +++ b/source/config/linux/x64/vpx_config.asm | 
| @@ -2,14 +2,13 @@ | 
| %define ARCH_MIPS 0 | 
| %define ARCH_X86 0 | 
| %define ARCH_X86_64 1 | 
| -%define ARCH_PPC32 0 | 
| -%define ARCH_PPC64 0 | 
| %define HAVE_EDSP 0 | 
| %define HAVE_MEDIA 0 | 
| %define HAVE_NEON 0 | 
| %define HAVE_NEON_ASM 0 | 
| %define HAVE_MIPS32 0 | 
| %define HAVE_DSPR2 0 | 
| +%define HAVE_MSA 0 | 
| %define HAVE_MIPS64 0 | 
| %define HAVE_MMX 1 | 
| %define HAVE_SSE 1 | 
| @@ -19,7 +18,6 @@ | 
| %define HAVE_SSE4_1 1 | 
| %define HAVE_AVX 1 | 
| %define HAVE_AVX2 1 | 
| -%define HAVE_ALTIVEC 0 | 
| %define HAVE_VPX_PORTS 1 | 
| %define HAVE_STDINT_H 1 | 
| %define HAVE_ALT_TREE_LAYOUT 0 | 
| @@ -43,10 +41,6 @@ | 
| %define CONFIG_BIG_ENDIAN 0 | 
| %define CONFIG_CODEC_SRCS 0 | 
| %define CONFIG_DEBUG_LIBS 0 | 
| -%define CONFIG_FAST_UNALIGNED 1 | 
| -%define CONFIG_MEM_MANAGER 0 | 
| -%define CONFIG_MEM_TRACKER 0 | 
| -%define CONFIG_MEM_CHECKS 0 | 
| %define CONFIG_DEQUANT_TOKENS 0 | 
| %define CONFIG_DC_RECON 0 | 
| %define CONFIG_RUNTIME_CPU_DETECT 1 | 
|  |