| OLD | NEW |
| 1 %define ARCH_ARM 0 | 1 %define ARCH_ARM 0 |
| 2 %define ARCH_MIPS 0 | 2 %define ARCH_MIPS 0 |
| 3 %define ARCH_X86 0 | 3 %define ARCH_X86 0 |
| 4 %define ARCH_X86_64 1 | 4 %define ARCH_X86_64 1 |
| 5 %define HAVE_EDSP 0 | |
| 6 %define HAVE_MEDIA 0 | |
| 7 %define HAVE_NEON 0 | 5 %define HAVE_NEON 0 |
| 8 %define HAVE_NEON_ASM 0 | 6 %define HAVE_NEON_ASM 0 |
| 9 %define HAVE_MIPS32 0 | 7 %define HAVE_MIPS32 0 |
| 10 %define HAVE_DSPR2 0 | 8 %define HAVE_DSPR2 0 |
| 11 %define HAVE_MSA 0 | 9 %define HAVE_MSA 0 |
| 12 %define HAVE_MIPS64 0 | 10 %define HAVE_MIPS64 0 |
| 13 %define HAVE_MMX 1 | 11 %define HAVE_MMX 1 |
| 14 %define HAVE_SSE 1 | 12 %define HAVE_SSE 1 |
| 15 %define HAVE_SSE2 1 | 13 %define HAVE_SSE2 1 |
| 16 %define HAVE_SSE3 1 | 14 %define HAVE_SSE3 1 |
| (...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 74 %define CONFIG_VP9_HIGHBITDEPTH 0 | 72 %define CONFIG_VP9_HIGHBITDEPTH 0 |
| 75 %define CONFIG_BETTER_HW_COMPATIBILITY 0 | 73 %define CONFIG_BETTER_HW_COMPATIBILITY 0 |
| 76 %define CONFIG_EXPERIMENTAL 0 | 74 %define CONFIG_EXPERIMENTAL 0 |
| 77 %define CONFIG_SIZE_LIMIT 1 | 75 %define CONFIG_SIZE_LIMIT 1 |
| 78 %define CONFIG_SPATIAL_SVC 0 | 76 %define CONFIG_SPATIAL_SVC 0 |
| 79 %define CONFIG_FP_MB_STATS 0 | 77 %define CONFIG_FP_MB_STATS 0 |
| 80 %define CONFIG_EMULATE_HARDWARE 0 | 78 %define CONFIG_EMULATE_HARDWARE 0 |
| 81 %define CONFIG_MISC_FIXES 0 | 79 %define CONFIG_MISC_FIXES 0 |
| 82 %define DECODE_WIDTH_LIMIT 16384 | 80 %define DECODE_WIDTH_LIMIT 16384 |
| 83 %define DECODE_HEIGHT_LIMIT 16384 | 81 %define DECODE_HEIGHT_LIMIT 16384 |
| OLD | NEW |