diff options
author | James Almer <jamrial@gmail.com> | 2014-07-09 22:16:29 -0300 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-07-10 04:01:03 +0200 |
commit | 2571e8fe372b1b8cec4b21ef7207239fb41072ca (patch) | |
tree | 98dd294042d0bc942e13914040f8ad356523a20e /libavcodec/alpha/Makefile | |
parent | 81538470c834332e469d43e4d23b461d98d0f2d1 (diff) | |
download | ffmpeg-2571e8fe372b1b8cec4b21ef7207239fb41072ca.tar.gz |
alpha/pixblockdsp: 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/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/alpha/Makefile b/libavcodec/alpha/Makefile index 34e5275d99..42cabfe49c 100644 --- a/libavcodec/alpha/Makefile +++ b/libavcodec/alpha/Makefile @@ -8,3 +8,4 @@ OBJS-$(CONFIG_IDCTDSP) += alpha/idctdsp_alpha.o \ alpha/idctdsp_alpha_asm.o \ alpha/simple_idct_alpha.o OBJS-$(CONFIG_MPEGVIDEO) += alpha/mpegvideo_alpha.o +OBJS-$(CONFIG_PIXBLOCKDSP) += alpha/pixblockdsp_alpha.o |