diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2014-04-22 23:05:56 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-04-22 23:06:24 +0200 |
commit | 13f4428915d611293c521f5466d08d3a55b290bf (patch) | |
tree | fd1d27b33f65d20789ca0c11afb52babb4e4ec4c /libavcodec/aarch64/Makefile | |
parent | c7251fec39c5b54470bb295acfc81d89683843c7 (diff) | |
parent | 650c4300d94aa9398ff1dd4f454bf39eaa285f62 (diff) | |
download | ffmpeg-13f4428915d611293c521f5466d08d3a55b290bf.tar.gz |
Merge commit '650c4300d94aa9398ff1dd4f454bf39eaa285f62'
* commit '650c4300d94aa9398ff1dd4f454bf39eaa285f62':
aarch64: NEON float FFT
Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/aarch64/Makefile')
-rw-r--r-- | libavcodec/aarch64/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/aarch64/Makefile b/libavcodec/aarch64/Makefile index 757b499db0..01f618fc06 100644 --- a/libavcodec/aarch64/Makefile +++ b/libavcodec/aarch64/Makefile @@ -1,3 +1,4 @@ +OBJS-$(CONFIG_FFT) += aarch64/fft_init_aarch64.o OBJS-$(CONFIG_H264CHROMA) += aarch64/h264chroma_init_aarch64.o OBJS-$(CONFIG_H264DSP) += aarch64/h264dsp_init_aarch64.o OBJS-$(CONFIG_H264QPEL) += aarch64/h264qpel_init_aarch64.o @@ -10,6 +11,7 @@ OBJS-$(CONFIG_VC1_DECODER) += aarch64/vc1dsp_init_aarch64.o ARMV8-OBJS-$(CONFIG_VIDEODSP) += aarch64/videodsp.o +NEON-OBJS-$(CONFIG_FFT) += aarch64/fft_neon.o NEON-OBJS-$(CONFIG_H264CHROMA) += aarch64/h264cmc_neon.o NEON-OBJS-$(CONFIG_H264DSP) += aarch64/h264dsp_neon.o \ aarch64/h264idct_neon.o |