diff options
author | Carl Eugen Hoyos <cehoyos@rainbow.studorg.tuwien.ac.at> | 2009-01-14 00:44:42 +0000 |
---|---|---|
committer | Carl Eugen Hoyos <cehoyos@rainbow.studorg.tuwien.ac.at> | 2009-01-14 00:44:42 +0000 |
commit | ff5d91d9a12db2797e017523ebc974d537366de0 (patch) | |
tree | 36318fd80a8879058979476450a0665bc4b0db1c /libpostproc | |
parent | 6d32ec6ce979f76906d983fa238c41e0bc6480f0 (diff) | |
download | ffmpeg-ff5d91d9a12db2797e017523ebc974d537366de0.tar.gz |
Fix compilation.
Originally committed as revision 16592 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libpostproc')
-rw-r--r-- | libpostproc/postprocess_template.c | 2 |
1 files changed, 1 insertions, 1 deletions
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( |