diff options
author | Diego Biurrun <diego@biurrun.de> | 2014-01-04 15:23:15 +0100 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2014-07-17 03:32:56 -0700 |
commit | c23ce454b3e33634a188d6facfd2b7182af5af93 (patch) | |
tree | a067ed1858694e6a80078b6f8c415134c8b32746 /libavcodec/x86/Makefile | |
parent | 324ff59444ff5470bb325ff1e2be7c4b054fc944 (diff) | |
download | ffmpeg-c23ce454b3e33634a188d6facfd2b7182af5af93.tar.gz |
x86: dsputil: Coalesce all init files
This makes the init files match the structure of the dsputil split.
Diffstat (limited to 'libavcodec/x86/Makefile')
-rw-r--r-- | libavcodec/x86/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libavcodec/x86/Makefile b/libavcodec/x86/Makefile index 18bb012913..c8804bb37c 100644 --- a/libavcodec/x86/Makefile +++ b/libavcodec/x86/Makefile @@ -6,8 +6,7 @@ OBJS-$(CONFIG_AUDIODSP) += x86/audiodsp_init.o OBJS-$(CONFIG_BLOCKDSP) += x86/blockdsp.o OBJS-$(CONFIG_BSWAPDSP) += x86/bswapdsp_init.o OBJS-$(CONFIG_DCT) += x86/dct_init.o -OBJS-$(CONFIG_DSPUTIL) += x86/dsputil_init.o \ - x86/motion_est.o +OBJS-$(CONFIG_DSPUTIL) += x86/dsputil_init.o OBJS-$(CONFIG_FDCTDSP) += x86/fdctdsp_init.o OBJS-$(CONFIG_FFT) += x86/fft_init.o OBJS-$(CONFIG_H263DSP) += x86/h263dsp_init.o |