diff options
author | Måns Rullgård <mans@mansr.com> | 2010-03-23 03:35:02 +0000 |
---|---|---|
committer | Måns Rullgård <mans@mansr.com> | 2010-03-23 03:35:02 +0000 |
commit | a8bb9ea532b718d48bbfec3f94d7cd56cc15c472 (patch) | |
tree | 7d046219695d409bb0166d87d94f9c43d77514dc /libavcodec/arm/Makefile | |
parent | fc4a2d1e8cc06766677d33f4ba4777e256a709fc (diff) | |
download | ffmpeg-a8bb9ea532b718d48bbfec3f94d7cd56cc15c472.tar.gz |
ARM: NEON optimised RDFT
Originally committed as revision 22641 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/arm/Makefile')
-rw-r--r-- | libavcodec/arm/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/arm/Makefile b/libavcodec/arm/Makefile index d05a07e756..dc6382bdaf 100644 --- a/libavcodec/arm/Makefile +++ b/libavcodec/arm/Makefile @@ -27,6 +27,8 @@ NEON-OBJS-$(CONFIG_FFT) += arm/fft_neon.o \ NEON-OBJS-$(CONFIG_MDCT) += arm/mdct_neon.o \ +NEON-OBJS-$(CONFIG_RDFT) += arm/rdft_neon.o \ + NEON-OBJS-$(CONFIG_H264DSP) += arm/h264dsp_neon.o \ arm/h264idct_neon.o \ arm/h264pred_neon.o \ |