diff Makefile @ 8404:60b6a780100b libavcodec

Port x264 deblocking code to libavcodec. This includes SSE2 luma deblocking code and both MMXEXT and SSE2 luma intra deblocking code for H.264 decoding. This assembly is available under --enable-gpl and speeds decoding of Cathedral by 7%.
author darkshikari
date Fri, 19 Dec 2008 13:45:13 +0000
parents 9281a8a9387a
children b0ec9768b39b
line wrap: on
line diff
--- a/Makefile	Fri Dec 19 09:34:18 2008 +0000
+++ b/Makefile	Fri Dec 19 13:45:13 2008 +0000
@@ -404,7 +404,8 @@
 MMX-OBJS-$(CONFIG_VP6A_DECODER)        += i386/vp3dsp_mmx.o i386/vp3dsp_sse2.o
 MMX-OBJS-$(CONFIG_VP6F_DECODER)        += i386/vp3dsp_mmx.o i386/vp3dsp_sse2.o
 MMX-OBJS-$(CONFIG_WMV3_DECODER)        += i386/vc1dsp_mmx.o
-MMX-OBJS-$(HAVE_YASM)                  += i386/dsputil_yasm.o
+MMX-OBJS-$(HAVE_YASM)                  += i386/dsputil_yasm.o \
+                                          i386/h264_deblock_sse2.o
 
 OBJS-$(HAVE_MMX)                       += i386/cpuid.o                  \
                                           i386/dnxhd_mmx.o              \