Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(11)

Unified Diff: source/ffmpeg.gyp

Issue 3832001: ffmpeg add neon assembly to gyp and fix offsets with simple values... (Closed) Base URL: svn://chrome-svn/chrome/trunk/deps/third_party/ffmpeg/
Patch Set: Created 10 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « patches/to_upstream/16_neon_offsets.patch ('k') | source/patched-ffmpeg-mt/libavcodec/arm/asm-offsets.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: source/ffmpeg.gyp
===================================================================
--- source/ffmpeg.gyp (revision 62417)
+++ source/ffmpeg.gyp (working copy)
@@ -352,10 +352,11 @@
'patched-ffmpeg-mt/libavcodec/arm/dsputil_neon.S',
'patched-ffmpeg-mt/libavcodec/arm/fft_neon.S',
'patched-ffmpeg-mt/libavcodec/arm/int_neon.S',
+ 'patched-ffmpeg-mt/libavcodec/arm/mdct_neon.S',
+ 'patched-ffmpeg-mt/libavcodec/arm/mpegvideo_neon.S', # oct 10
'patched-ffmpeg-mt/libavcodec/arm/rdft_neon.S',
'patched-ffmpeg-mt/libavcodec/arm/simple_idct_neon.S',
'patched-ffmpeg-mt/libavcodec/arm/vp3dsp_neon.S',
- 'patched-ffmpeg-mt/libavcodec/arm/mdct_neon.S',
],
}],
],
« no previous file with comments | « patches/to_upstream/16_neon_offsets.patch ('k') | source/patched-ffmpeg-mt/libavcodec/arm/asm-offsets.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698