From 96621790060d4b25dfd19c0662b2e1c355b54b13 Mon Sep 17 00:00:00 2001 From: Andrey Lushnikov Date: Sat, 9 Oct 2021 08:27:49 -0700 Subject: [PATCH] feat: roll FFMPEG to 1006 (#9408) The new version of FFMPEG is built with a new macos buildbot. --- browsers.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/browsers.json b/browsers.json index f806c7bdd7..a44f5d4dd8 100644 --- a/browsers.json +++ b/browsers.json @@ -31,7 +31,7 @@ }, { "name": "ffmpeg", - "revision": "1005", + "revision": "1006", "installByDefault": true } ]