[FFmpeg-cvslog] r10616 - trunk/libavcodec/imgconvert.c
andoma
subversion
Sat Sep 29 17:09:35 CEST 2007
Author: andoma
Date: Sat Sep 29 17:09:34 2007
New Revision: 10616
Log:
Use emms_c() instead of ifdef
patch by: Ronald S. Bultje rsbultje a gmail d com
Modified:
trunk/libavcodec/imgconvert.c
Modified: trunk/libavcodec/imgconvert.c
==============================================================================
--- trunk/libavcodec/imgconvert.c (original)
+++ trunk/libavcodec/imgconvert.c Sat Sep 29 17:09:34 2007
@@ -2855,9 +2855,7 @@ int avpicture_deinterlace(AVPicture *dst
width, height);
}
}
-#ifdef HAVE_MMX
- emms();
-#endif
+ emms_c();
return 0;
}
More information about the ffmpeg-cvslog
mailing list