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 | 5 %define HAVE_EDSP 0 |
6 %define HAVE_MEDIA 0 | 6 %define HAVE_MEDIA 0 |
7 %define HAVE_NEON 0 | 7 %define HAVE_NEON 0 |
8 %define HAVE_NEON_ASM 0 | 8 %define HAVE_NEON_ASM 0 |
9 %define HAVE_MIPS32 0 | 9 %define HAVE_MIPS32 0 |
10 %define HAVE_DSPR2 0 | 10 %define HAVE_DSPR2 0 |
11 %define HAVE_MSA 0 | 11 %define HAVE_MSA 0 |
12 %define HAVE_MIPS64 0 | 12 %define HAVE_MIPS64 0 |
13 %define HAVE_MMX 1 | 13 %define HAVE_MMX 1 |
14 %define HAVE_SSE 1 | 14 %define HAVE_SSE 1 |
15 %define HAVE_SSE2 1 | 15 %define HAVE_SSE2 1 |
16 %define HAVE_SSE3 1 | 16 %define HAVE_SSE3 1 |
17 %define HAVE_SSSE3 1 | 17 %define HAVE_SSSE3 1 |
18 %define HAVE_SSE4_1 1 | 18 %define HAVE_SSE4_1 1 |
19 %define HAVE_AVX 1 | 19 %define HAVE_AVX 0 |
20 %define HAVE_AVX2 1 | 20 %define HAVE_AVX2 0 |
21 %define HAVE_VPX_PORTS 1 | 21 %define HAVE_VPX_PORTS 1 |
22 %define HAVE_STDINT_H 1 | 22 %define HAVE_STDINT_H 1 |
23 %define HAVE_PTHREAD_H 1 | 23 %define HAVE_PTHREAD_H 1 |
24 %define HAVE_SYS_MMAN_H 1 | 24 %define HAVE_SYS_MMAN_H 1 |
25 %define HAVE_UNISTD_H 0 | 25 %define HAVE_UNISTD_H 0 |
26 %define CONFIG_DEPENDENCY_TRACKING 1 | 26 %define CONFIG_DEPENDENCY_TRACKING 1 |
27 %define CONFIG_EXTERNAL_BUILD 1 | 27 %define CONFIG_EXTERNAL_BUILD 1 |
28 %define CONFIG_INSTALL_DOCS 0 | 28 %define CONFIG_INSTALL_DOCS 0 |
29 %define CONFIG_INSTALL_BINS 1 | 29 %define CONFIG_INSTALL_BINS 1 |
30 %define CONFIG_INSTALL_LIBS 1 | 30 %define CONFIG_INSTALL_LIBS 1 |
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
79 %define CONFIG_COEFFICIENT_RANGE_CHECKING 0 | 79 %define CONFIG_COEFFICIENT_RANGE_CHECKING 0 |
80 %define CONFIG_VP9_HIGHBITDEPTH 0 | 80 %define CONFIG_VP9_HIGHBITDEPTH 0 |
81 %define CONFIG_EXPERIMENTAL 0 | 81 %define CONFIG_EXPERIMENTAL 0 |
82 %define CONFIG_SIZE_LIMIT 1 | 82 %define CONFIG_SIZE_LIMIT 1 |
83 %define CONFIG_SPATIAL_SVC 0 | 83 %define CONFIG_SPATIAL_SVC 0 |
84 %define CONFIG_FP_MB_STATS 0 | 84 %define CONFIG_FP_MB_STATS 0 |
85 %define CONFIG_EMULATE_HARDWARE 0 | 85 %define CONFIG_EMULATE_HARDWARE 0 |
86 %define CONFIG_MISC_FIXES 0 | 86 %define CONFIG_MISC_FIXES 0 |
87 %define DECODE_WIDTH_LIMIT 16384 | 87 %define DECODE_WIDTH_LIMIT 16384 |
88 %define DECODE_HEIGHT_LIMIT 16384 | 88 %define DECODE_HEIGHT_LIMIT 16384 |
OLD | NEW |