From d21b150accd728381d8cd75d61dbbd300523e48b Mon Sep 17 00:00:00 2001 From: brettw Date: Wed, 9 Sep 2015 18:21:19 -0700 Subject: [PATCH] Roll ffmpeg deps. Two changes, GN build-related only. These should both be NOPS from a behavior standpoint, they just enable some new structuring of the build in followup patches. c529ed4e Support new GN symbol and optimization configs. 6f7f37e8 Move configs out of targets in GN build files. TBR=dalecurtis@chromium.org Review URL: https://codereview.chromium.org/1330543003 Cr-Commit-Position: refs/heads/master@{#348064} --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 18f7e6e4b802..d7678f2efa52 100644 --- a/DEPS +++ b/DEPS @@ -189,7 +189,7 @@ deps = { Var('chromium_git') + '/chromium/deps/libvpx.git' + '@' + Var('libvpx_revision'), 'src/third_party/ffmpeg': - Var('chromium_git') + '/chromium/third_party/ffmpeg.git' + '@' + '3651d8ef1fe8bf1fab61da6298341470402c991a', + Var('chromium_git') + '/chromium/third_party/ffmpeg.git' + '@' + 'c529ed4e10c59817fed2d333170fdf8ab3c73ed6', 'src/third_party/libjingle/source/talk': Var('chromium_git') + '/external/webrtc/trunk/talk.git' + '@' + '531209a7d1349b3d14f28315b3c3a7ae362a7f56', # commit position 9885 -- 2.11.4.GIT