summaryrefslogtreecommitdiffstats
path: root/third_party/ffmpeg
diff options
context:
space:
mode:
authorfbarchard@chromium.org <fbarchard@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-02-16 21:46:34 +0000
committerfbarchard@chromium.org <fbarchard@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-02-16 21:46:34 +0000
commit6e22837d5827ce72b058fd9b89d0939eb26d69b1 (patch)
treefccfb9c801a247b4ba7455773ca576060f9854ff /third_party/ffmpeg
parent034565e3656a7d1227ff77e8eb3f6f06e4b64ff6 (diff)
downloadchromium_src-6e22837d5827ce72b058fd9b89d0939eb26d69b1.zip
chromium_src-6e22837d5827ce72b058fd9b89d0939eb26d69b1.tar.gz
chromium_src-6e22837d5827ce72b058fd9b89d0939eb26d69b1.tar.bz2
FFmpeg requires additional arm source code for chromium linux arm.
BUG=32755 TEST=build chromium on arm. Review URL: http://codereview.chromium.org/606072 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@39140 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/ffmpeg')
-rwxr-xr-xthird_party/ffmpeg/ffmpeg.gyp4
1 files changed, 4 insertions, 0 deletions
diff --git a/third_party/ffmpeg/ffmpeg.gyp b/third_party/ffmpeg/ffmpeg.gyp
index 706a90b..bd7efae 100755
--- a/third_party/ffmpeg/ffmpeg.gyp
+++ b/third_party/ffmpeg/ffmpeg.gyp
@@ -276,11 +276,15 @@
'source/patched-ffmpeg-mt/libavcodec/arm/dsputil_init_vfp.c',
'source/patched-ffmpeg-mt/libavcodec/arm/dsputil_neon.S',
'source/patched-ffmpeg-mt/libavcodec/arm/dsputil_vfp.S',
+ 'source/patched-ffmpeg-mt/libavcodec/arm/fft_init_arm.c', # TODO(fbarchard): Review this file.
+ 'source/patched-ffmpeg-mt/libavcodec/arm/fft_neon.S', # TODO(fbarchard): Review this file.
'source/patched-ffmpeg-mt/libavcodec/arm/jrevdct_arm.S',
+ 'source/patched-ffmpeg-mt/libavcodec/arm/mdct_neon.S', # TODO(fbarchard): Review this file.
'source/patched-ffmpeg-mt/libavcodec/arm/simple_idct_arm.S',
'source/patched-ffmpeg-mt/libavcodec/arm/simple_idct_armv5te.S',
'source/patched-ffmpeg-mt/libavcodec/arm/simple_idct_armv6.S',
'source/patched-ffmpeg-mt/libavcodec/arm/simple_idct_neon.S',
+ 'source/patched-ffmpeg-mt/libavcodec/arm/vp3dsp_neon.S', # TODO(fbarchard): Review this file.
],
}], # target_arch=="arm"
['target_arch=="arm" and (ffmpeg_branding=="Chrome" or ffmpeg_branding=="ChromeOS")', {