Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(72)

Side by Side Diff: third_party/libvpx/source/config/win/x64/vpx_config.asm

Issue 2362513003: Roll src/third_party/libvpx/source/libvpx/ 4282d2935..99ef84c65 (29 commits). (Closed)
Patch Set: use correct option (--disable-*install*-docs) Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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
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
OLDNEW
« no previous file with comments | « third_party/libvpx/source/config/win/x64/vpx_config.h ('k') | third_party/libvpx/source/config/win/x64/vpx_config.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698