diff options
-rw-r--r-- | DEPS | 2 | ||||
-rw-r--r-- | third_party/ffmpeg/ffmpeg.gyp | 1 |
2 files changed, 2 insertions, 1 deletions
@@ -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. |