Browse Source

Fix compilation.

Originally committed as revision 16592 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Carl Eugen Hoyos 16 years ago
parent
commit
ff5d91d9a1
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libpostproc/postprocess_template.c

+ 1
- 1
libpostproc/postprocess_template.c View File

@@ -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