☠☠ backed out by 77dd8ec11ee1 ☠ ☠ | |
author | David Major <dmajor@mozilla.com> |
Tue, 10 Apr 2018 17:00:38 -0400 | |
changeset 412743 | 1edfe06dff5bae6a97122d7c8da968bee23aa806 |
parent 412742 | ac40ae7983a0235ca4d98e3f769ae3c60b8b6d55 |
child 412744 | 6a08a924965023280eef73ee94ced91a30482575 |
push id | 33818 |
push user | apavel@mozilla.com |
push date | Wed, 11 Apr 2018 14:36:40 +0000 |
treeherder | mozilla-central@cfe6399e142c [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | drno |
bugs | 1453061, 39401 |
milestone | 61.0a1 |
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 __forceinline +#define INLINE __inline #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 __forceinline +#define INLINE __inline #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="__forceinline" + INLINE="__inline" ;; 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"