diff options
author | James Almer <jamrial@gmail.com> | 2015-09-28 00:58:01 -0300 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2015-09-30 02:59:55 -0300 |
commit | 3178931a14f5accf028495943f5bc3391f5043c8 (patch) | |
tree | 708e4466bc8b63e1d8b19d57aa7647480191e0c0 /libavcodec/x86/Makefile | |
parent | 3b03bde46e331aa301bd16c6c6e94c11e073e8f8 (diff) | |
download | ffmpeg-3178931a14f5accf028495943f5bc3391f5043c8.tar.gz |
x86/hevc_sao: move 10/12bit functions into a separate file
Tested-by: Michael Niedermayer <michaelni@gmx.at>
Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'libavcodec/x86/Makefile')
-rw-r--r-- | libavcodec/x86/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libavcodec/x86/Makefile b/libavcodec/x86/Makefile index b3cfb0ba54..febaccde11 100644 --- a/libavcodec/x86/Makefile +++ b/libavcodec/x86/Makefile @@ -140,7 +140,8 @@ YASM-OBJS-$(CONFIG_HEVC_DECODER) += x86/hevc_mc.o \ x86/hevc_deblock.o \ x86/hevc_idct.o \ x86/hevc_res_add.o \ - x86/hevc_sao.o + x86/hevc_sao.o \ + x86/hevc_sao_10bit.o YASM-OBJS-$(CONFIG_JPEG2000_DECODER) += x86/jpeg2000dsp.o YASM-OBJS-$(CONFIG_MLP_DECODER) += x86/mlpdsp.o YASM-OBJS-$(CONFIG_MPEG4_DECODER) += x86/xvididct.o |