Kostya <[email protected]> writes: > On Tue, Jun 14, 2011 at 11:30:31AM +0100, Mans Rullgard wrote: >> Signed-off-by: Mans Rullgard <[email protected]> >> --- >> configure | 3 +- >> libavcodec/arm/aac.h | 3 + >> libavcodec/arm/ac3dsp_arm.S | 1 + >> libavcodec/arm/ac3dsp_armv6.S | 2 + >> libavcodec/arm/ac3dsp_neon.S | 1 + >> libavcodec/arm/asm.S | 93 +++++++++++++++++++++++++++ >> libavcodec/arm/dcadsp_neon.S | 1 + >> libavcodec/arm/dsputil_arm.S | 10 +++ >> libavcodec/arm/dsputil_armv6.S | 76 +++++++++++----------- >> libavcodec/arm/dsputil_neon.S | 3 + >> libavcodec/arm/dsputil_vfp.S | 21 ++++++ >> libavcodec/arm/fmtconvert_neon.S | 4 + >> libavcodec/arm/fmtconvert_vfp.S | 3 + >> libavcodec/arm/h264dsp_neon.S | 98 >> ++++++++++++++++------------- >> libavcodec/arm/h264idct_neon.S | 23 +++++--- >> libavcodec/arm/mathops.h | 3 + >> libavcodec/arm/mdct_neon.S | 4 +- >> libavcodec/arm/mpegaudiodsp_fixed_armv6.S | 6 +- >> libavcodec/arm/mpegvideo_armv5te_s.S | 12 ++++ >> libavcodec/arm/mpegvideo_neon.S | 4 + >> libavcodec/arm/rdft_neon.S | 1 + >> libavcodec/arm/simple_idct_arm.S | 32 ++++++++-- >> libavcodec/arm/simple_idct_armv5te.S | 39 ++++++++---- >> libavcodec/arm/simple_idct_armv6.S | 33 +++++----- >> libavcodec/arm/simple_idct_neon.S | 6 ++- >> libavcodec/arm/synth_filter_neon.S | 2 + >> libavcodec/arm/vp56_arith.h | 27 +++++++- >> libavcodec/arm/vp8_armv6.S | 36 ++++++++++- >> libavcodec/arm/vp8dsp_neon.S | 16 +++--- >> libavutil/arm/intmath.h | 2 + >> 30 files changed, 419 insertions(+), 146 deletions(-) > > looks ok (hopefully FATE on Android will agree when it's created)
Running a thumb2 fate instance on a linux/arm system is easy enough. -- Måns Rullgård [email protected] _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
