diff options
author | Jason Garrett-Glaser <jason@x264.com> | 2011-05-10 08:55:12 -0700 |
---|---|---|
committer | Jason Garrett-Glaser <jason@x264.com> | 2011-05-10 20:02:15 -0700 |
commit | 9f3d6ca4f16e9b1f6f89424e9d946bb3a6a40d91 (patch) | |
tree | 929096dfe2d6ee8e1f716d07383a486382d7fb15 /libavcodec/x86/Makefile | |
parent | 8ad77b65b548a6b2f4707265ebd7e97f956acf0b (diff) | |
download | ffmpeg-9f3d6ca4f16e9b1f6f89424e9d946bb3a6a40d91.tar.gz |
Port x86 10-bit H.264 deblock asm from x264
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 f8d456d3ea..1cde9517a5 100644 --- a/libavcodec/x86/Makefile +++ b/libavcodec/x86/Makefile @@ -9,6 +9,7 @@ YASM-OBJS-$(CONFIG_FFT) += x86/fft_mmx.o \ MMX-OBJS-$(CONFIG_H264DSP) += x86/h264dsp_mmx.o YASM-OBJS-$(CONFIG_H264DSP) += x86/h264_deblock.o \ + x86/h264_deblock_10bit.o \ x86/h264_weight.o \ x86/h264_idct.o \ |