aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/x86/Makefile
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2014-01-04 15:23:15 +0100
committerDiego Biurrun <diego@biurrun.de>2014-07-17 03:32:56 -0700
commitc23ce454b3e33634a188d6facfd2b7182af5af93 (patch)
treea067ed1858694e6a80078b6f8c415134c8b32746 /libavcodec/x86/Makefile
parent324ff59444ff5470bb325ff1e2be7c4b054fc944 (diff)
downloadffmpeg-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/Makefile3
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