Commit 06b5fea9 authored by Johann's avatar Johann Committed by Commit Bot

Roll src/third_party/libvpx/source/libvpx/ 667138e1f..104adb2aa (11 commits)

https://chromium.googlesource.com/webm/libvpx.git/+log/667138e1f058..104adb2aa3e6

$ git log 667138e1f..104adb2aa --date=short --no-merges --format='%ad %ae %s'
2020-04-02 wtc Return VPX_CODEC_INCAPABLE on capability failure
2020-04-02 johannkoenig x86inc.asm: update to 3e5aed95c
2020-04-02 johannkoenig x86inc.asm: namespace ARCH_* defines
2020-04-02 johannkoenig x86inc.asm: only set visibility for chromium builds
2020-04-02 johannkoenig x86inc.asm: do not align .text for aout
2020-04-02 johannkoenig x86inc.asm: use .text on march32
2020-04-02 johannkoenig x86inc.asm: copy PIC macros from x86_abi_support.asm
2020-04-02 johannkoenig x86inc.asm: set PREFIX from libvpx defines
2020-04-02 johannkoenig x86inc.asm: pull settings from libvpx
2020-04-02 johannkoenig x86inc.asm: update to 3e5aed95
2020-03-31 johannkoenig x86_abi_support: use correct hidden syntax

Created with:
  roll-dep src/third_party/libvpx/source/libvpx

Change-Id: I0e6fb3bc8e520b2a4a6c68e79c6eee85fc0fd8c7
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2136986
Commit-Queue: James Zern <jzern@google.com>
Auto-Submit: Johann Koenig <johannkoenig@google.com>
Reviewed-by: default avatarJames Zern <jzern@google.com>
Cr-Commit-Position: refs/heads/master@{#756760}
parent e80b6244
...@@ -1128,7 +1128,7 @@ deps = { ...@@ -1128,7 +1128,7 @@ deps = {
}, },
'src/third_party/libvpx/source/libvpx': 'src/third_party/libvpx/source/libvpx':
Var('chromium_git') + '/webm/libvpx.git' + '@' + '667138e1f0581772de2b990e144bcd6c49a6adb8', Var('chromium_git') + '/webm/libvpx.git' + '@' + '104adb2aa3e650ac81d94f1cf0fcbe9f89d039a0',
'src/third_party/libwebm/source': 'src/third_party/libwebm/source':
Var('chromium_git') + '/webm/libwebm.git' + '@' + '51ca718c3adf0ddedacd7df25fe45f67dc5a9ce1', Var('chromium_git') + '/webm/libwebm.git' + '@' + '51ca718c3adf0ddedacd7df25fe45f67dc5a9ce1',
......
...@@ -6,9 +6,9 @@ License: BSD ...@@ -6,9 +6,9 @@ License: BSD
License File: source/libvpx/LICENSE License File: source/libvpx/LICENSE
Security Critical: yes Security Critical: yes
Date: Tuesday March 31 2020 Date: Monday April 06 2020
Branch: master Branch: master
Commit: 667138e1f0581772de2b990e144bcd6c49a6adb8 Commit: 104adb2aa3e650ac81d94f1cf0fcbe9f89d039a0
Description: Description:
Contains the sources used to compile libvpx binaries used by Google Chrome and Contains the sources used to compile libvpx binaries used by Google Chrome and
......
...@@ -2,8 +2,8 @@ ...@@ -2,8 +2,8 @@
#define VERSION_MAJOR 1 #define VERSION_MAJOR 1
#define VERSION_MINOR 8 #define VERSION_MINOR 8
#define VERSION_PATCH 2 #define VERSION_PATCH 2
#define VERSION_EXTRA "125-g667138e1f" #define VERSION_EXTRA "137-g104adb2aa"
#define VERSION_PACKED \ #define VERSION_PACKED \
((VERSION_MAJOR << 16) | (VERSION_MINOR << 8) | (VERSION_PATCH)) ((VERSION_MAJOR << 16) | (VERSION_MINOR << 8) | (VERSION_PATCH))
#define VERSION_STRING_NOSP "v1.8.2-125-g667138e1f" #define VERSION_STRING_NOSP "v1.8.2-137-g104adb2aa"
#define VERSION_STRING " v1.8.2-125-g667138e1f" #define VERSION_STRING " v1.8.2-137-g104adb2aa"
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment