Skip to content

Commit 5ac296f

Browse files
Chenleochan2009
authored andcommitted
EHN: Visual studio 2013 win32 build added
1 parent e34cc07 commit 5ac296f

5 files changed

Lines changed: 7 additions & 3 deletions

File tree

VP9-vs12/Win32/Debug/vpxmdd.lib

5.94 MB
Binary file not shown.
Lines changed: 7 additions & 3 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
1515
#define ARCH_X86 1
1616
#define ARCH_X86_64 0
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 */

VP9-vs14/Win32/Debug/vpxmdd.lib

-5.07 MB
Binary file not shown.

0 commit comments

Comments
 (0)