diff options
author | Timothy Gu <timothygu99@gmail.com> | 2015-10-19 02:25:11 +0100 |
---|---|---|
committer | Timothy Gu <timothygu99@gmail.com> | 2015-10-20 18:24:54 -0700 |
commit | 6b41b4414934cc930468ccd5db598dd6ef643987 (patch) | |
tree | 152bc72c963923e5546525bb6081819e15f4c1e6 /libavcodec/x86/Makefile | |
parent | 1ec8c1554ed81a31ac4f82621121405de067b21e (diff) | |
download | ffmpeg-6b41b4414934cc930468ccd5db598dd6ef643987.tar.gz |
huffyuvencdsp: Convert ff_diff_bytes_mmx to yasm
Heavily based upon ff_add_bytes by Christophe Gisquet.
Reviewed-by: James Almer <jamrial@gmail.com>
Signed-off-by: Timothy Gu <timothygu99@gmail.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 4591e4bc80..e1b1f0c61f 100644 --- a/libavcodec/x86/Makefile +++ b/libavcodec/x86/Makefile @@ -115,6 +115,7 @@ YASM-OBJS-$(CONFIG_H264QPEL) += x86/h264_qpel_8bit.o \ YASM-OBJS-$(CONFIG_HPELDSP) += x86/fpel.o \ x86/hpeldsp.o YASM-OBJS-$(CONFIG_HUFFYUVDSP) += x86/huffyuvdsp.o +YASM-OBJS-$(CONFIG_HUFFYUVENCDSP) += x86/huffyuvencdsp.o YASM-OBJS-$(CONFIG_IDCTDSP) += x86/idctdsp.o YASM-OBJS-$(CONFIG_LLAUDDSP) += x86/lossless_audiodsp.o YASM-OBJS-$(CONFIG_LLVIDDSP) += x86/lossless_videodsp.o |