Commit ff3c11a1 authored by scherkus's avatar scherkus Committed by Commit bot

Roll FFmpeg to 7b98b0fc40ec9bdc379b9d8353bf9b669409757b.

Includes workaround for VS2013 accidental FMA3 insturction execution
bug on Windows x64 machines.

TBR=dalecurtis
BUG=440892

Review URL: https://codereview.chromium.org/796913003

Cr-Commit-Position: refs/heads/master@{#307962}
parent d3ba344f
...@@ -217,7 +217,7 @@ deps = { ...@@ -217,7 +217,7 @@ deps = {
Var('chromium_git') + '/chromium/deps/libvpx.git' + '@' + Var('libvpx_revision'), Var('chromium_git') + '/chromium/deps/libvpx.git' + '@' + Var('libvpx_revision'),
'src/third_party/ffmpeg': 'src/third_party/ffmpeg':
Var('chromium_git') + '/chromium/third_party/ffmpeg.git' + '@' + '20220831dd7b589b9ab9f2735fee25b1f454fc0f', Var('chromium_git') + '/chromium/third_party/ffmpeg.git' + '@' + '7b98b0fc40ec9bdc379b9d8353bf9b669409757b',
'src/third_party/libjingle/source/talk': 'src/third_party/libjingle/source/talk':
Var('chromium_git') + '/external/webrtc/trunk/talk.git' + '@' + 'e2d3246b5b87cce2612614d84119c50963b70307', # from svn revision 7860 Var('chromium_git') + '/external/webrtc/trunk/talk.git' + '@' + 'e2d3246b5b87cce2612614d84119c50963b70307', # from svn revision 7860
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment