[FFmpeg-cvslog] lavc/x86/hevc: rename hevc_res_add to hevc_add_res

Clément Bœsch git at videolan.org
Fri Mar 24 12:46:34 EET 2017


ffmpeg | branch: master | Clément Bœsch <u at pkh.me> | Fri Mar 24 11:45:23 2017 +0100| [40ac226014082682e504e8af613ed4169221ac36] | committer: Clément Bœsch

lavc/x86/hevc: rename hevc_res_add to hevc_add_res

This will simplify incoming merge.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=40ac226014082682e504e8af613ed4169221ac36
---

 libavcodec/x86/Makefile                               | 4 ++--
 libavcodec/x86/{hevc_res_add.asm => hevc_add_res.asm} | 0
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/libavcodec/x86/Makefile b/libavcodec/x86/Makefile
index 3a98a96..0295a9f 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
diff --git a/libavcodec/x86/hevc_res_add.asm b/libavcodec/x86/hevc_add_res.asm
similarity index 100%
rename from libavcodec/x86/hevc_res_add.asm
rename to libavcodec/x86/hevc_add_res.asm



More information about the ffmpeg-cvslog mailing list