diff options
author | Diego Biurrun <diego@biurrun.de> | 2013-08-04 13:24:15 +0200 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2013-08-21 20:15:27 +0200 |
commit | e7b31844f68eb51137740c5eec29b35eb4994004 (patch) | |
tree | c1e1a9b2512bdb1ec819d6793d6a59ced1710038 /libavcodec/x86/Makefile | |
parent | 60198742ff851f11a3757c713fc75a9c19b88566 (diff) | |
download | ffmpeg-e7b31844f68eb51137740c5eec29b35eb4994004.tar.gz |
x86: Split DCT and FFT initialization into separate files
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 663144228a..e3b533d2d1 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 |