diff options
author | Wu Jianhua <toqsxw@outlook.com> | 2024-01-24 02:17:06 +0800 |
---|---|---|
committer | Nuo Mi <nuomi2021@gmail.com> | 2024-02-01 19:54:28 +0800 |
commit | 7d9f1f5485f5ceabc943b08f16fb9eb10ca6bbd5 (patch) | |
tree | 60693050955b208d0c38823c53ad622f7c9d598d /libavcodec/x86/Makefile | |
parent | 04c2e246a375851fb83ba7244efefbf07caf9c65 (diff) | |
download | ffmpeg-7d9f1f5485f5ceabc943b08f16fb9eb10ca6bbd5.tar.gz |
avcodec/x86/hevc_mc: move put/put_uni to h26x/h2656_inter.asm
This enable that the asm optimization can be reused by VVC
Signed-off-by: Wu Jianhua <toqsxw@outlook.com>
Diffstat (limited to 'libavcodec/x86/Makefile')
-rw-r--r-- | libavcodec/x86/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/x86/Makefile b/libavcodec/x86/Makefile index d5fb30645a..8098cd840c 100644 --- a/libavcodec/x86/Makefile +++ b/libavcodec/x86/Makefile @@ -167,6 +167,7 @@ X86ASM-OBJS-$(CONFIG_HEVC_DECODER) += x86/hevc_add_res.o \ x86/hevc_deblock.o \ x86/hevc_idct.o \ x86/hevc_mc.o \ + x86/h26x/h2656_inter.o \ x86/hevc_sao.o \ x86/hevc_sao_10bit.o X86ASM-OBJS-$(CONFIG_JPEG2000_DECODER) += x86/jpeg2000dsp.o |