yadif: use emms_c() instead of inline assembly for emms invocations.

pull/28/head
Ronald S. Bultje 12 years ago
parent b170b323e3
commit 731fa116b4
  1. 5
      libavfilter/vf_yadif.c

@ -135,9 +135,8 @@ static void filter(AVFilterContext *ctx, AVFilterBufferRef *dstpic,
}
}
}
#if HAVE_MMX
__asm__ volatile("emms \n\t" : : : "memory");
#endif
emms_c();
}
static AVFilterBufferRef *get_video_buffer(AVFilterLink *link, int perms, int w, int h)

Loading…
Cancel
Save