Backed out changeset 4d3b94d04760 (bug 1453061) and we'll re-land when talos xperf comes back online

--HG--
extra : rebase_source : ecc77f749a5832bbfca158a019c26dd73fbb0397
This commit is contained in:
David Major 2018-04-13 16:07:04 -04:00
Родитель 18ab78f4a6
Коммит 6750ccaf96
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

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

2
media/libvpx/libvpx/configure поставляемый
Просмотреть файл

@ -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="__inline"
INLINE="__forceinline"
;;
esac