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_NEON 0 | 5 %define HAVE_NEON 0 |
6 %define HAVE_NEON_ASM 0 | 6 %define HAVE_NEON_ASM 0 |
7 %define HAVE_MIPS32 0 | 7 %define HAVE_MIPS32 0 |
8 %define HAVE_DSPR2 0 | 8 %define HAVE_DSPR2 0 |
9 %define HAVE_MSA 0 | 9 %define HAVE_MSA 0 |
10 %define HAVE_MIPS64 0 | 10 %define HAVE_MIPS64 0 |
11 %define HAVE_MMX 1 | 11 %define HAVE_MMX 1 |
12 %define HAVE_SSE 1 | 12 %define HAVE_SSE 1 |
13 %define HAVE_SSE2 1 | 13 %define HAVE_SSE2 1 |
14 %define HAVE_SSE3 1 | 14 %define HAVE_SSE3 1 |
15 %define HAVE_SSSE3 1 | 15 %define HAVE_SSSE3 1 |
16 %define HAVE_SSE4_1 1 | 16 %define HAVE_SSE4_1 1 |
17 %define HAVE_AVX 1 | 17 %define HAVE_AVX 1 |
18 %define HAVE_AVX2 1 | 18 %define HAVE_AVX2 1 |
19 %define HAVE_VPX_PORTS 1 | 19 %define HAVE_VPX_PORTS 1 |
20 %define HAVE_PTHREAD_H 0 | 20 %define HAVE_PTHREAD_H 0 |
21 %define HAVE_UNISTD_H 0 | 21 %define HAVE_UNISTD_H 0 |
22 %define CONFIG_DEPENDENCY_TRACKING 1 | 22 %define CONFIG_DEPENDENCY_TRACKING 1 |
23 %define CONFIG_EXTERNAL_BUILD 1 | 23 %define CONFIG_EXTERNAL_BUILD 1 |
24 %define CONFIG_INSTALL_DOCS 1 | 24 %define CONFIG_INSTALL_DOCS 0 |
25 %define CONFIG_INSTALL_BINS 1 | 25 %define CONFIG_INSTALL_BINS 1 |
26 %define CONFIG_INSTALL_LIBS 1 | 26 %define CONFIG_INSTALL_LIBS 1 |
27 %define CONFIG_INSTALL_SRCS 0 | 27 %define CONFIG_INSTALL_SRCS 0 |
28 %define CONFIG_DEBUG 0 | 28 %define CONFIG_DEBUG 0 |
29 %define CONFIG_GPROF 0 | 29 %define CONFIG_GPROF 0 |
30 %define CONFIG_GCOV 0 | 30 %define CONFIG_GCOV 0 |
31 %define CONFIG_RVCT 0 | 31 %define CONFIG_RVCT 0 |
32 %define CONFIG_GCC 0 | 32 %define CONFIG_GCC 0 |
33 %define CONFIG_MSVS 1 | 33 %define CONFIG_MSVS 1 |
34 %define CONFIG_PIC 1 | 34 %define CONFIG_PIC 1 |
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
72 %define CONFIG_VP9_HIGHBITDEPTH 0 | 72 %define CONFIG_VP9_HIGHBITDEPTH 0 |
73 %define CONFIG_BETTER_HW_COMPATIBILITY 0 | 73 %define CONFIG_BETTER_HW_COMPATIBILITY 0 |
74 %define CONFIG_EXPERIMENTAL 0 | 74 %define CONFIG_EXPERIMENTAL 0 |
75 %define CONFIG_SIZE_LIMIT 1 | 75 %define CONFIG_SIZE_LIMIT 1 |
76 %define CONFIG_SPATIAL_SVC 0 | 76 %define CONFIG_SPATIAL_SVC 0 |
77 %define CONFIG_FP_MB_STATS 0 | 77 %define CONFIG_FP_MB_STATS 0 |
78 %define CONFIG_EMULATE_HARDWARE 0 | 78 %define CONFIG_EMULATE_HARDWARE 0 |
79 %define CONFIG_MISC_FIXES 0 | 79 %define CONFIG_MISC_FIXES 0 |
80 %define DECODE_WIDTH_LIMIT 16384 | 80 %define DECODE_WIDTH_LIMIT 16384 |
81 %define DECODE_HEIGHT_LIMIT 16384 | 81 %define DECODE_HEIGHT_LIMIT 16384 |
OLD | NEW |