diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2013-08-22 14:28:22 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-08-22 14:28:42 +0200 |
commit | f903b4266381c5e2f2ba0b6e83a00a1a0b38b163 (patch) | |
tree | a4eaae3e4f42e81d3fefdb1431170d29f1e9ccef /libavcodec/x86/Makefile | |
parent | 7af7b45c3802d3d75981057cfda1e1764e96c4da (diff) | |
parent | e7b31844f68eb51137740c5eec29b35eb4994004 (diff) | |
download | ffmpeg-f903b4266381c5e2f2ba0b6e83a00a1a0b38b163.tar.gz |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
x86: Split DCT and FFT initialization into separate files
Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/x86/Makefile')
-rw-r--r-- | libavcodec/x86/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/x86/Makefile b/libavcodec/x86/Makefile index 6d51b161ec..e881ef2a26 100644 --- a/libavcodec/x86/Makefile +++ b/libavcodec/x86/Makefile @@ -4,6 +4,7 @@ OBJS += x86/constants.o \ OBJS-$(CONFIG_AAC_DECODER) += x86/sbrdsp_init.o OBJS-$(CONFIG_AC3DSP) += x86/ac3dsp_init.o OBJS-$(CONFIG_CAVS_DECODER) += x86/cavsdsp.o +OBJS-$(CONFIG_DCT) += x86/dct_init.o OBJS-$(CONFIG_DNXHD_ENCODER) += x86/dnxhdenc.o OBJS-$(CONFIG_FFT) += x86/fft_init.o OBJS-$(CONFIG_H264CHROMA) += x86/h264chroma_init.o |