Commit 4d71c8db authored by andoma's avatar andoma

Use emms_c() instead of ifdef

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



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