Skip to content

Commit b3a8253

Browse files
committed
EHN: Library updated
1 parent 5ac296f commit b3a8253

3 files changed

Lines changed: 2 additions & 6 deletions

File tree

VP9-vs12/Win32/Debug/vpxmdd.lib

13.5 KB
Binary file not shown.

VP9-vs12/Win32/Release/vpxmd.lib

-308 KB
Binary file not shown.

VP9-vs12/vpx_config.h

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,11 @@
99
#ifndef VPX_CONFIG_H
1010
#define VPX_CONFIG_H
1111
#define RESTRICT
12-
#define INLINE __inline
12+
#define INLINE __forceinline
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
1817
#define HAVE_NEON 0
1918
#define HAVE_NEON_ASM 0
2019
#define HAVE_MIPS32 0
@@ -29,9 +28,6 @@
2928
#define HAVE_SSE4_1 1
3029
#define HAVE_AVX 1
3130
#define HAVE_AVX2 1
32-
#define HAVE_AVX512 0
33-
#define HAVE_VSX 0
34-
#define HAVE_MMI 0
3531
#define HAVE_VPX_PORTS 1
3632
#define HAVE_PTHREAD_H 0
3733
#define HAVE_UNISTD_H 0
@@ -89,8 +85,8 @@
8985
#define CONFIG_BETTER_HW_COMPATIBILITY 0
9086
#define CONFIG_EXPERIMENTAL 0
9187
#define CONFIG_SIZE_LIMIT 0
92-
#define CONFIG_ALWAYS_ADJUST_BPM 0
9388
#define CONFIG_SPATIAL_SVC 0
9489
#define CONFIG_FP_MB_STATS 0
9590
#define CONFIG_EMULATE_HARDWARE 0
91+
#define CONFIG_MISC_FIXES 0
9692
#endif /* VPX_CONFIG_H */

0 commit comments

Comments
 (0)