Commit 141140f0 authored by Jerome Jiang's avatar Jerome Jiang Committed by Commit Bot

Roll src/third_party/libvpx/source/libvpx/ c66fe1a89..4a8c24874 (2 commits)

https://chromium.googlesource.com/webm/libvpx.git/+log/c66fe1a8930c..4a8c24874450

$ git log c66fe1a89..4a8c24874 --date=short --no-merges --format='%ad %ae %s'
2018-11-09 jianj vp8: Init buffers and pred arrays for mt after allocation.
2018-11-09 yaowu Refactor common code in RDMULT computation

Created with:
  roll-dep src/third_party/libvpx/source/libvpx
R=johannkoenig@google.com
BUG=902691

Change-Id: Ic3b3eebd592d8ed0bb764fb358633d15e3ebbff6
Reviewed-on: https://chromium-review.googlesource.com/c/1330937Reviewed-by: default avatarJohann Koenig <johannkoenig@google.com>
Commit-Queue: Jerome Jiang <jianj@google.com>
Cr-Commit-Position: refs/heads/master@{#607423}
parent bf9ab045
...@@ -908,7 +908,7 @@ deps = { ...@@ -908,7 +908,7 @@ deps = {
}, },
'src/third_party/libvpx/source/libvpx': 'src/third_party/libvpx/source/libvpx':
Var('chromium_git') + '/webm/libvpx.git' + '@' + 'c66fe1a8930cf1ad43b38dd7cb88f8ae0139b0b2', Var('chromium_git') + '/webm/libvpx.git' + '@' + '4a8c248744500f9caf00588ca312efce5659e45e',
'src/third_party/libwebm/source': 'src/third_party/libwebm/source':
Var('chromium_git') + '/webm/libwebm.git' + '@' + 'e4931ebc0a816458c18a6734e91a4d1b5acd5c56', Var('chromium_git') + '/webm/libwebm.git' + '@' + 'e4931ebc0a816458c18a6734e91a4d1b5acd5c56',
......
...@@ -5,9 +5,9 @@ License: BSD ...@@ -5,9 +5,9 @@ License: BSD
License File: source/libvpx/LICENSE License File: source/libvpx/LICENSE
Security Critical: yes Security Critical: yes
Date: Thursday November 08 2018 Date: Sunday November 11 2018
Branch: master Branch: master
Commit: c66fe1a8930cf1ad43b38dd7cb88f8ae0139b0b2 Commit: 4a8c248744500f9caf00588ca312efce5659e45e
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,7 +2,7 @@ ...@@ -2,7 +2,7 @@
#define VERSION_MAJOR 1 #define VERSION_MAJOR 1
#define VERSION_MINOR 7 #define VERSION_MINOR 7
#define VERSION_PATCH 0 #define VERSION_PATCH 0
#define VERSION_EXTRA "1338-gc66fe1a89" #define VERSION_EXTRA "1341-g4a8c24874"
#define VERSION_PACKED ((VERSION_MAJOR<<16)|(VERSION_MINOR<<8)|(VERSION_PATCH)) #define VERSION_PACKED ((VERSION_MAJOR<<16)|(VERSION_MINOR<<8)|(VERSION_PATCH))
#define VERSION_STRING_NOSP "v1.7.0-1338-gc66fe1a89" #define VERSION_STRING_NOSP "v1.7.0-1341-g4a8c24874"
#define VERSION_STRING " v1.7.0-1338-gc66fe1a89" #define VERSION_STRING " v1.7.0-1341-g4a8c24874"
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