Fix compilation.

Originally committed as revision 16592 to svn://svn.ffmpeg.org/ffmpeg/trunk
pull/126/head
Carl Eugen Hoyos 16 years ago
parent 6d32ec6ce9
commit ff5d91d9a1
  1. 2
      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(

Loading…
Cancel
Save