diff options
author | Janne Grunau <janne-libav@jannau.net> | 2014-04-15 18:35:57 +0200 |
---|---|---|
committer | Janne Grunau <janne-libav@jannau.net> | 2014-04-22 19:35:41 +0200 |
commit | ee2bc5974fe64fd214f52574400ae01c85f4b855 (patch) | |
tree | f3b1be1ce5ef653b0c97212b6515269f2d70e52e /libavcodec/aarch64/Makefile | |
parent | 650c4300d94aa9398ff1dd4f454bf39eaa285f62 (diff) | |
download | ffmpeg-ee2bc5974fe64fd214f52574400ae01c85f4b855.tar.gz |
aarch64: NEON float (i)MDCT
Approximately as fast as the ARM NEON version on Apple's A7.
Diffstat (limited to 'libavcodec/aarch64/Makefile')
-rw-r--r-- | libavcodec/aarch64/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/aarch64/Makefile b/libavcodec/aarch64/Makefile index 01f618fc06..ec1fd1eccc 100644 --- a/libavcodec/aarch64/Makefile +++ b/libavcodec/aarch64/Makefile @@ -18,3 +18,4 @@ NEON-OBJS-$(CONFIG_H264DSP) += aarch64/h264dsp_neon.o \ NEON-OBJS-$(CONFIG_H264QPEL) += aarch64/h264qpel_neon.o \ aarch64/hpeldsp_neon.o NEON-OBJS-$(CONFIG_HPELDSP) += aarch64/hpeldsp_neon.o +NEON-OBJS-$(CONFIG_MDCT) += aarch64/mdct_neon.o |