diff options
author | Måns Rullgård <mans@mansr.com> | 2010-05-29 15:29:40 +0000 |
---|---|---|
committer | Måns Rullgård <mans@mansr.com> | 2010-05-29 15:29:40 +0000 |
commit | 41331b65f2d1b9275a725b871b8530f1d584690c (patch) | |
tree | dd30f74dab0967ba323acaeb942ba951ce9e804d /libavcodec/arm/Makefile | |
parent | 2c780abfdbcf3331696f429d5eb841798cda5b8f (diff) | |
download | ffmpeg-41331b65f2d1b9275a725b871b8530f1d584690c.tar.gz |
ARM: NEON optimised dct_unquantize_h263_{intra,inter}
Originally committed as revision 23386 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/arm/Makefile')
-rw-r--r-- | libavcodec/arm/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/arm/Makefile b/libavcodec/arm/Makefile index 46bfc75c77..0f2466ff8b 100644 --- a/libavcodec/arm/Makefile +++ b/libavcodec/arm/Makefile @@ -49,5 +49,6 @@ NEON-OBJS-$(CONFIG_VP6_DECODER) += arm/vp56dsp_neon.o OBJS-$(HAVE_NEON) += arm/dsputil_init_neon.o \ arm/dsputil_neon.o \ arm/int_neon.o \ + arm/mpegvideo_neon.o \ arm/simple_idct_neon.o \ $(NEON-OBJS-yes) |