From 3fe303a27db80b060340ac6148a38f1e607d4151 Mon Sep 17 00:00:00 2001 From: Derek Buitenhuis Date: Fri, 7 Sep 2012 13:50:13 -0400 Subject: [PATCH] vf_idet: Remove emms There is no MMX code anyway. Signed-off-by: Derek Buitenhuis Signed-off-by: Michael Niedermayer --- libavfilter/vf_idet.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/libavfilter/vf_idet.c b/libavfilter/vf_idet.c index 938f4a0d52..8942ced4f3 100644 --- a/libavfilter/vf_idet.c +++ b/libavfilter/vf_idet.c @@ -118,9 +118,6 @@ static void filter(AVFilterContext *ctx) delta += idet->filter_line(cur-refs, cur, cur+refs, w); } } -#if HAVE_MMX - __asm__ volatile("emms \n\t" : : : "memory"); -#endif if (alpha[0] / (float)alpha[1] > idet->interlace_threshold){ type = TFF;