Commit 656b44ad authored by cehoyos's avatar cehoyos

Fix compilation.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@16592 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 20281607
......@@ -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