summaryrefslogtreecommitdiff
path: root/libavcodec/x86/Makefile
diff options
context:
space:
mode:
authorPierre Edouard Lepere <Pierre-Edouard.Lepere@insa-rennes.fr>2014-08-18 10:01:09 +0200
committerMichael Niedermayer <michaelni@gmx.at>2014-08-20 01:28:56 +0200
commita6af4bf64dae46356a5f91537a1c8c5f86456b37 (patch)
tree2c52fb1845d822f532f9fbd986baf1f54fe426ce /libavcodec/x86/Makefile
parent5a22877e9d191e1c5ab1994718d31314ce067db0 (diff)
x86: hevc: adding transform_add
Reviewed-by: James Almer <jamrial@gmail.com> Approved-by: Ronald S. Bultje Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/x86/Makefile')
-rw-r--r--libavcodec/x86/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/libavcodec/x86/Makefile b/libavcodec/x86/Makefile
index 7ceb7e2716..fbb9abfa2f 100644
--- a/libavcodec/x86/Makefile
+++ b/libavcodec/x86/Makefile
@@ -131,7 +131,8 @@ YASM-OBJS-$(CONFIG_AAC_DECODER) += x86/sbrdsp.o
YASM-OBJS-$(CONFIG_DCA_DECODER) += x86/dcadsp.o
YASM-OBJS-$(CONFIG_HEVC_DECODER) += x86/hevc_mc.o \
x86/hevc_deblock.o \
- x86/hevc_idct.o
+ x86/hevc_idct.o \
+ x86/hevc_res_add.o
YASM-OBJS-$(CONFIG_PNG_DECODER) += x86/pngdsp.o
YASM-OBJS-$(CONFIG_PRORES_DECODER) += x86/proresdsp.o
YASM-OBJS-$(CONFIG_PRORES_LGPL_DECODER) += x86/proresdsp.o