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.