File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree File renamed without changes.
Original file line number Diff line number Diff line change 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
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
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
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 */
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments