Commit ff5d91d9 authored by Carl Eugen Hoyos's avatar Carl Eugen Hoyos

Fix compilation.

Originally committed as revision 16592 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 6d32ec6c
......@@ -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(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment