diff options
author | James Almer <jamrial@gmail.com> | 2014-06-19 17:28:26 -0300 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-06-19 22:39:38 +0200 |
commit | 05d95c53a70f983c124da112553502f7bcfec640 (patch) | |
tree | f42b27b1961a0da23f3ae987999a682590d6bb35 /libavcodec/alpha/Makefile | |
parent | 650ef180787d9185c98950017e54285d1026eb0b (diff) | |
download | ffmpeg-05d95c53a70f983c124da112553502f7bcfec640.tar.gz |
alpha/blockdsp: move clear_blocks out of dsputil
The blockdsp split did not cover Alpha optimizations
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/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libavcodec/alpha/Makefile b/libavcodec/alpha/Makefile index 6f22137167..8b7f1abd9f 100644 --- a/libavcodec/alpha/Makefile +++ b/libavcodec/alpha/Makefile @@ -1,4 +1,5 @@ -OBJS += alpha/dsputil_alpha.o \ +OBJS += alpha/blockdsp_alpha.o \ + alpha/dsputil_alpha.o \ alpha/dsputil_alpha_asm.o \ alpha/motion_est_alpha.o \ alpha/motion_est_mvi_asm.o \ |