Skip to content

Commit cd909da

Browse files
Chenleochan2009
authored andcommitted
EHN: VS12 win64 build added
1 parent 2fe00ce commit cd909da

7 files changed

Lines changed: 9 additions & 5 deletions

File tree

File renamed without changes.
Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,12 @@
99
#ifndef VPX_CONFIG_H
1010
#define VPX_CONFIG_H
1111
#define RESTRICT
12-
#define INLINE __forceinline
12+
#define INLINE __inline
1313
#define ARCH_ARM 0
1414
#define ARCH_MIPS 0
15-
#define ARCH_X86 1
16-
#define ARCH_X86_64 0
15+
#define ARCH_X86 0
16+
#define ARCH_X86_64 1
17+
#define ARCH_PPC 0
1718
#define HAVE_NEON 0
1819
#define HAVE_NEON_ASM 0
1920
#define HAVE_MIPS32 0
@@ -28,6 +29,9 @@
2829
#define HAVE_SSE4_1 1
2930
#define HAVE_AVX 1
3031
#define HAVE_AVX2 1
32+
#define HAVE_AVX512 0
33+
#define HAVE_VSX 0
34+
#define HAVE_MMI 0
3135
#define HAVE_VPX_PORTS 1
3236
#define HAVE_PTHREAD_H 0
3337
#define HAVE_UNISTD_H 0
@@ -43,7 +47,7 @@
4347
#define CONFIG_RVCT 0
4448
#define CONFIG_GCC 0
4549
#define CONFIG_MSVS 1
46-
#define CONFIG_PIC 0
50+
#define CONFIG_PIC 1
4751
#define CONFIG_BIG_ENDIAN 0
4852
#define CONFIG_CODEC_SRCS 0
4953
#define CONFIG_DEBUG_LIBS 0
@@ -85,8 +89,8 @@
8589
#define CONFIG_BETTER_HW_COMPATIBILITY 0
8690
#define CONFIG_EXPERIMENTAL 0
8791
#define CONFIG_SIZE_LIMIT 0
92+
#define CONFIG_ALWAYS_ADJUST_BPM 0
8893
#define CONFIG_SPATIAL_SVC 0
8994
#define CONFIG_FP_MB_STATS 0
9095
#define CONFIG_EMULATE_HARDWARE 0
91-
#define CONFIG_MISC_FIXES 0
9296
#endif /* VPX_CONFIG_H */
6.56 MB
Binary file not shown.

VP9/Win32/Debug/vpxmdd.lib

-5.07 MB
Binary file not shown.
File renamed without changes.

0 commit comments

Comments
 (0)