author | David Major <dmajor@mozilla.com> |
Fri, 13 Apr 2018 16:07:51 -0400 | |
changeset 413319 | dceb884bab4dd0486d73c890cfcaf70b7e83ab94 |
parent 413318 | fd3a8b247d77fea632ef5deeb95d64a3cb541278 |
child 413320 | a30cf37ddcabae12cac3ff12179f568ad3084d11 |
push id | 33843 |
push user | nerli@mozilla.com |
push date | Sat, 14 Apr 2018 09:49:25 +0000 |
treeherder | mozilla-central@37b8862d354e [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
bugs | 1453061 |
milestone | 61.0a1 |
backs out | 0543a3f29a74dd6f99cc6df7ae99e8826d708dfb |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
--- a/media/libaom/config/win/ia32/aom_config.h +++ b/media/libaom/config/win/ia32/aom_config.h @@ -5,17 +5,17 @@ /* was not distributed with this source code in the LICENSE file, you can */ /* obtain it at www.aomedia.org/license/software. If the Alliance for Open */ /* Media Patent License 1.0 was not distributed with this source code in the */ /* PATENTS file, you can obtain it at www.aomedia.org/license/patent. */ /* This file automatically generated by configure. Do not edit! */ #ifndef AOM_CONFIG_H #define AOM_CONFIG_H #define RESTRICT -#define INLINE __inline +#define INLINE __forceinline #define ARCH_ARM 0 #define ARCH_MIPS 0 #define ARCH_X86 1 #define ARCH_X86_64 0 #define HAVE_NEON 0 #define HAVE_NEON_ASM 0 #define HAVE_MIPS32 0 #define HAVE_DSPR2 0
--- a/media/libaom/config/win/x64/aom_config.h +++ b/media/libaom/config/win/x64/aom_config.h @@ -5,17 +5,17 @@ /* was not distributed with this source code in the LICENSE file, you can */ /* obtain it at www.aomedia.org/license/software. If the Alliance for Open */ /* Media Patent License 1.0 was not distributed with this source code in the */ /* PATENTS file, you can obtain it at www.aomedia.org/license/patent. */ /* This file automatically generated by configure. Do not edit! */ #ifndef AOM_CONFIG_H #define AOM_CONFIG_H #define RESTRICT -#define INLINE __inline +#define INLINE __forceinline #define ARCH_ARM 0 #define ARCH_MIPS 0 #define ARCH_X86 0 #define ARCH_X86_64 1 #define HAVE_NEON 0 #define HAVE_NEON_ASM 0 #define HAVE_MIPS32 0 #define HAVE_DSPR2 0
--- a/third_party/aom/configure +++ b/third_party/aom/configure @@ -887,17 +887,17 @@ process_toolchain() { case "$tgt_cc" in vs*) enable_feature msvs enable_feature solution vs_version=${tgt_cc##vs} VCPROJ_SFX=vcxproj 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 # Other toolchain specific defaults case $toolchain in x86*) soft_enable postproc;; esac if enabled postproc_visualizer; then enabled postproc || die "postproc_visualizer requires postproc to be enabled"