diff options
author | piman@chromium.org <piman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-02-26 22:57:26 +0000 |
---|---|---|
committer | piman@chromium.org <piman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-02-26 22:57:26 +0000 |
commit | 73122c94973001ab8f510396e2d82e91449e704e (patch) | |
tree | 25cedc6c5ee3f62dd89b567ecfd655b76acbe413 /third_party | |
parent | 4a7b9bd2688e7c4ec6acc5ceec2deca86bb3ee9c (diff) | |
download | chromium_src-73122c94973001ab8f510396e2d82e91449e704e.zip chromium_src-73122c94973001ab8f510396e2d82e91449e704e.tar.gz chromium_src-73122c94973001ab8f510396e2d82e91449e704e.tar.bz2 |
ffmpeg/arm add missing file that got lost
Review URL: http://codereview.chromium.org/661214
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40176 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party')
-rwxr-xr-x | third_party/ffmpeg/ffmpeg.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/third_party/ffmpeg/ffmpeg.gyp b/third_party/ffmpeg/ffmpeg.gyp index 69fd511..2797b75 100755 --- a/third_party/ffmpeg/ffmpeg.gyp +++ b/third_party/ffmpeg/ffmpeg.gyp @@ -302,6 +302,7 @@ 'source/patched-ffmpeg-mt/libavcodec/arm/fft_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. ], }], ], |