From ff5d91d9a12db2797e017523ebc974d537366de0 Mon Sep 17 00:00:00 2001 From: Carl Eugen Hoyos Date: Wed, 14 Jan 2009 00:44:42 +0000 Subject: Fix compilation. Originally committed as revision 16592 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libpostproc/postprocess_template.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libpostproc') diff --git a/libpostproc/postprocess_template.c b/libpostproc/postprocess_template.c index 908c5c764b..3d9b811586 100644 --- a/libpostproc/postprocess_template.c +++ b/libpostproc/postprocess_template.c @@ -1897,7 +1897,7 @@ static inline void RENAME(deInterlaceBlendLinear)(uint8_t src[], int stride, uin */ static inline void RENAME(deInterlaceMedian)(uint8_t src[], int stride) { -#ifd HAVE_MMX +#if HAVE_MMX src+= 4*stride; #if HAVE_MMX2 __asm__ volatile( -- cgit v1.2.3