aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/alpha/Makefile
diff options
context:
space:
mode:
authorRonald S. Bultje <rsbultje@gmail.com>2013-03-10 16:53:07 -0700
committerMichael Niedermayer <michaelni@gmx.at>2013-03-13 04:11:27 +0100
commit94b77678dcdf26cd91b20e8182f07af5f237ad27 (patch)
treec26167390918627e8a7167a0a6914e9d5d172b77 /libavcodec/alpha/Makefile
parent6802c701063ef5cc85a09f9282a72c1cc578f54c (diff)
downloadffmpeg-94b77678dcdf26cd91b20e8182f07af5f237ad27.tar.gz
Move alpha half-pel assembly from dsputil to hpeldsp.
Diffstat (limited to 'libavcodec/alpha/Makefile')
-rw-r--r--libavcodec/alpha/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/alpha/Makefile b/libavcodec/alpha/Makefile
index e28200d45a..6f22137167 100644
--- a/libavcodec/alpha/Makefile
+++ b/libavcodec/alpha/Makefile
@@ -4,4 +4,6 @@ OBJS += alpha/dsputil_alpha.o \
alpha/motion_est_mvi_asm.o \
alpha/simple_idct_alpha.o \
+OBJS-$(CONFIG_HPELDSP) += alpha/hpeldsp_alpha.o \
+ alpha/hpeldsp_alpha_asm.o
OBJS-$(CONFIG_MPEGVIDEO) += alpha/mpegvideo_alpha.o