author | David Major <dmajor@mozilla.com> |
Thu, 10 May 2018 14:31:49 -0400 | |
changeset 417742 | 7843bd47e5477ba42a3449cc94705819a057b0c5 |
parent 417741 | 6d66620306926bdbd126069f54fb341f30bea2ea |
child 417743 | 680d6198ae7fc3c8638a41d64e0bea6a69d4086f |
push id | 103145 |
push user | dmajor@mozilla.com |
push date | Thu, 10 May 2018 18:30:29 +0000 |
treeherder | mozilla-inbound@7843bd47e547 [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | drno |
bugs | 1453061, 841103 |
milestone | 62.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
|
media/libvpx/config/win/x64/vpx_config.h | file | annotate | diff | comparison | revisions | |
media/libvpx/libvpx/configure | file | annotate | diff | comparison | revisions |
--- a/media/libvpx/config/win/x64/vpx_config.h +++ b/media/libvpx/config/win/x64/vpx_config.h @@ -4,17 +4,17 @@ /* that can be found in the LICENSE file in the root of the source */ /* tree. An additional intellectual property rights grant can be found */ /* in the file PATENTS. All contributing project authors may */ /* be found in the AUTHORS file in the root of the source tree. */ /* This file automatically generated by configure. Do not edit! */ #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 #define ARCH_X86_64 1 #define HAVE_NEON 0 #define HAVE_NEON_ASM 0 #define HAVE_MIPS32 0 #define HAVE_DSPR2 0
--- a/media/libvpx/libvpx/configure +++ b/media/libvpx/libvpx/configure @@ -639,17 +639,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"