summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--DEPS2
-rw-r--r--third_party/ffmpeg/ffmpeg.gyp1
2 files changed, 2 insertions, 1 deletions
diff --git a/DEPS b/DEPS
index 15dde6e..ac3767b 100644
--- a/DEPS
+++ b/DEPS
@@ -2,7 +2,7 @@ vars = {
"webkit_trunk":
"http://svn.webkit.org/repository/webkit/trunk",
"webkit_revision": "56124",
- "ffmpeg_revision": "41391",
+ "ffmpeg_revision": "41907",
"skia_revision": "504",
"chromium_git": "http://src.chromium.org/git",
"swig_revision": "40423",
diff --git a/third_party/ffmpeg/ffmpeg.gyp b/third_party/ffmpeg/ffmpeg.gyp
index 47a4853..5ad3c83 100644
--- a/third_party/ffmpeg/ffmpeg.gyp
+++ b/third_party/ffmpeg/ffmpeg.gyp
@@ -315,6 +315,7 @@
'source/patched-ffmpeg-mt/libavcodec/arm/dsputil_init_neon.c',
'source/patched-ffmpeg-mt/libavcodec/arm/dsputil_neon.S',
'source/patched-ffmpeg-mt/libavcodec/arm/fft_neon.S', # TODO(fbarchard): Review this file.
+ 'source/patched-ffmpeg-mt/libavcodec/arm/int_neon.S', # TODO(fbarchard): Review this file.
'source/patched-ffmpeg-mt/libavcodec/arm/simple_idct_neon.S',
'source/patched-ffmpeg-mt/libavcodec/arm/vp3dsp_neon.S', # TODO(fbarchard): Review this file.
'source/patched-ffmpeg-mt/libavcodec/arm/mdct_neon.S', # TODO(fbarchard): Review this file.