Commit 55ffe9df authored by Ronald S. Bultje's avatar Ronald S. Bultje Committed by Andreas Öman

Use emms_c() instead of ifdef

patch by: Ronald S. Bultje rsbultje a gmail d com

Originally committed as revision 10616 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent f8f88a42
...@@ -2855,9 +2855,7 @@ int avpicture_deinterlace(AVPicture *dst, const AVPicture *src, ...@@ -2855,9 +2855,7 @@ int avpicture_deinterlace(AVPicture *dst, const AVPicture *src,
width, height); width, height);
} }
} }
#ifdef HAVE_MMX emms_c();
emms();
#endif
return 0; return 0;
} }
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