Files
platform-external-webrtc/third_party/libvpx
Autoroller 024eeff421 Roll chromium_revision 9df92afb16..9d565db4c0 (566630:568343)
Change log: 9df92afb16..9d565db4c0
Full diff: 9df92afb16..9d565db4c0

Roll chromium third_party 01aaf419f6..5e63803713
Change log: 01aaf419f6..5e63803713

Changed dependencies:
* src/base: 6b48dbc0d2..4fcbb21d49
* src/build: 169887d089..f29a733cc2
* src/buildtools: 6f4dae280c..5941c1b3df
* src/ios: b0428063aa..84fac4e727
* src/testing: 5951b2830b..04314205f8
* src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/5267ef7b4a..6ff2ba80b7
* src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/fdacd1639e..f13bae2df0
* src/third_party/depot_tools: e09b6845cf..79d42dfb11
* src/third_party/googletest/src: 9077ec7efe..ce468a17c4
* src/third_party/libvpx/source/libvpx: 37a0283b18..8648a64c83
* src/third_party/libyuv: 196e2e72a3..780cdfed4e
* src/tools: e61dbb7de4..59c08146e7
* src/tools/swarming_client: 281c390193..9a518d097d
DEPS diff: 9df92afb16..9d565db4c0/DEPS

No update to Clang.

TBR=buildbot@webrtc.org,marpan@webrtc.org,
BUG=None
CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal
NO_AUTOIMPORT_DEPS_CHECK=true

Change-Id: Ia79e1d33a4a422c50a1802ca6abcd7c60121dfa5
Reviewed-on: https://webrtc-review.googlesource.com/84104
Commit-Queue: WebRTC Buildbot <buildbot@webrtc.org>
Reviewed-by: WebRTC Buildbot <buildbot@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#23648}
2018-06-19 05:30:50 +00:00
..

Name: libvpx
URL: http://www.webmproject.org
Version: v1.7.0
License: BSD
License File: source/libvpx/LICENSE
Security Critical: yes

Date: Saturday June 16 2018
Branch: master
Commit: 8648a64c83b5660eae774d5d41f34fc014ba7b4b

Description:
Contains the sources used to compile libvpx binaries used by Google Chrome and
Chromium.

The libvpx source is from webmproject.org:
  http://www.webmproject.org/code/
  https://chromium.googlesource.com/webm/libvpx

Please follow these steps to update libvpx source code:

1. Update the code:
     roll_dep.py \
       -r <libvpx OWNER> \
       --log-limit 20 \
       --roll-to <libvpx hash> \
       src/third_party/libvpx/source/libvpx

   Use the generated commit message for the roll.

2. Generate .gni and config files.

   cd third_party/libvpx
   ./generate_gni.sh

3. Update 'Branch' in README.chromium if necessary.

Tools needed to build libvpx:

- generate_gni.sh

Generate config and .gni files that contain the source list for each platform.
Configuration for the build is taken from vpx_config.h for each platform.

- lint_config.sh

A tool to verify vpx_config.h and vpx_config.asm are matched. This also
prints the final configuration after checking.