summaryrefslogtreecommitdiff
path: root/libavcodec/x86/Makefile
diff options
context:
space:
mode:
authorClément Bœsch <u@pkh.me>2017-03-24 11:45:23 +0100
committerClément Bœsch <u@pkh.me>2017-03-24 11:45:23 +0100
commit40ac226014082682e504e8af613ed4169221ac36 (patch)
tree7b03fbfa4a17b925be456c90f48d4b95b38c497e /libavcodec/x86/Makefile
parent71d541751ef10255ec8b179b014246e69a9c060b (diff)
lavc/x86/hevc: rename hevc_res_add to hevc_add_res
This will simplify incoming merge.
Diffstat (limited to 'libavcodec/x86/Makefile')
-rw-r--r--libavcodec/x86/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/x86/Makefile b/libavcodec/x86/Makefile
index 3a98a9624c..0295a9f8f7 100644
--- a/libavcodec/x86/Makefile
+++ b/libavcodec/x86/Makefile
@@ -150,10 +150,10 @@ YASM-OBJS-$(CONFIG_FLAC_DECODER) += x86/flacdsp.o
ifdef CONFIG_GPL
YASM-OBJS-$(CONFIG_FLAC_ENCODER) += x86/flac_dsp_gpl.o
endif
-YASM-OBJS-$(CONFIG_HEVC_DECODER) += x86/hevc_mc.o \
+YASM-OBJS-$(CONFIG_HEVC_DECODER) += x86/hevc_add_res.o \
x86/hevc_deblock.o \
x86/hevc_idct.o \
- x86/hevc_res_add.o \
+ x86/hevc_mc.o \
x86/hevc_sao.o \
x86/hevc_sao_10bit.o
YASM-OBJS-$(CONFIG_JPEG2000_DECODER) += x86/jpeg2000dsp.o