Bug 1453061: Merge libvpx code size fix. r=drno

https://chromium-review.googlesource.com/c/webm/libvpx/+/841103
This commit is contained in:
David Major 2018-04-12 10:22:42 -04:00
parent 2ad23187c2
commit 23a33f032e
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@
#ifndef VPX_CONFIG_H
#define VPX_CONFIG_H
#define RESTRICT
#define INLINE __forceinline
#define INLINE __inline
#define ARCH_ARM 0
#define ARCH_MIPS 0
#define ARCH_X86 0

View File

@ -644,7 +644,7 @@ process_toolchain() {
gen_vcproj_cmd=${source_path}/build/make/gen_msvs_vcxproj.sh
enabled werror && gen_vcproj_cmd="${gen_vcproj_cmd} --enable-werror"
all_targets="${all_targets} solution"
INLINE="__forceinline"
INLINE="__inline"
;;
esac