summaryrefslogtreecommitdiffstats
path: root/third_party
diff options
context:
space:
mode:
authorfbarchard@chromium.org <fbarchard@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-03-18 02:14:21 +0000
committerfbarchard@chromium.org <fbarchard@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-03-18 02:14:21 +0000
commit44a5449029fef002c6fa28ead01fb75d4ef4494d (patch)
treeb305feadb1472eea6ff18698c288ee5ad8258457 /third_party
parent5a468f1d0ff72ccb3dd5e3a53f190e1e87ed9f9d (diff)
downloadchromium_src-44a5449029fef002c6fa28ead01fb75d4ef4494d.zip
chromium_src-44a5449029fef002c6fa28ead01fb75d4ef4494d.tar.gz
chromium_src-44a5449029fef002c6fa28ead01fb75d4ef4494d.tar.bz2
ffmpeg - roll deps to get missing arm files and add int_neon.S to source in ffmpeg
BUG=38477 TEST=build linux arm debug mode Review URL: http://codereview.chromium.org/1073001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41908 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party')
-rw-r--r--third_party/ffmpeg/ffmpeg.gyp1
1 files changed, 1 insertions, 0 deletions
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.