From 5bb15112c2aff4932218f0c70313320d5592f182 Mon Sep 17 00:00:00 2001 From: Artem Titov Date: Wed, 23 May 2018 10:08:51 +0200 Subject: [PATCH] Disable rolling of ffmpeg. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit After last update in a chromium repo ffmpeg support for MSVC was broken. So for now we will freeze rolling of ffmpeg and continue it after we'll restore of MSVC or we'll find a way around to keep MSVC support in the WebRTC. Change-Id: Ie7de7e6d367946f3ad77a81d6121dd704a56ca24 Bug: webrtc:9213 Reviewed-on: https://webrtc-review.googlesource.com/78402 Reviewed-by: Patrik Höglund Commit-Queue: Artem Titov Cr-Commit-Position: refs/heads/master@{#23379} --- tools_webrtc/autoroller/roll_deps.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tools_webrtc/autoroller/roll_deps.py b/tools_webrtc/autoroller/roll_deps.py index 5e49c4ce37..63393f213a 100755 --- a/tools_webrtc/autoroller/roll_deps.py +++ b/tools_webrtc/autoroller/roll_deps.py @@ -24,6 +24,7 @@ import urllib2 DONT_AUTOROLL_THESE = [ 'src/examples/androidtests/third_party/gradle', 'src/third_party_chromium', + 'src/third_party/ffmpeg', ] # Run these CQ trybots in addition to the default ones in infra/config/cq.cfg.