aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/alpha/Makefile
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2014-07-17 23:45:35 -0300
committerMichael Niedermayer <michaelni@gmx.at>2014-07-18 05:15:17 +0200
commit277e5ca6175e5ef39e9387b1707b2c533e79d606 (patch)
tree4703512305035aa33d7116fb47c20206f2b90e12 /libavcodec/alpha/Makefile
parent95a2d705cd98a9874a02640b45c737adcda03289 (diff)
downloadffmpeg-277e5ca6175e5ef39e9387b1707b2c533e79d606.tar.gz
alpha/me_cmp: move code out of dsputil
Signed-off-by: James Almer <jamrial@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/alpha/Makefile')
-rw-r--r--libavcodec/alpha/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/libavcodec/alpha/Makefile b/libavcodec/alpha/Makefile
index 42cabfe49c..796d9762b3 100644
--- a/libavcodec/alpha/Makefile
+++ b/libavcodec/alpha/Makefile
@@ -1,7 +1,6 @@
OBJS-$(CONFIG_BLOCKDSP) += alpha/blockdsp_alpha.o
-OBJS-$(CONFIG_DSPUTIL) += alpha/dsputil_alpha.o \
- alpha/motion_est_alpha.o \
- alpha/motion_est_mvi_asm.o
+OBJS-$(CONFIG_ME_CMP) += alpha/me_cmp_alpha.o \
+ alpha/me_cmp_mvi_asm.o
OBJS-$(CONFIG_HPELDSP) += alpha/hpeldsp_alpha.o \
alpha/hpeldsp_alpha_asm.o
OBJS-$(CONFIG_IDCTDSP) += alpha/idctdsp_alpha.o \