[FFmpeg-cvslog] r9236 - trunk/libavformat/grab.c

diego subversion
Thu Jun 7 15:24:19 CEST 2007


Author: diego
Date: Thu Jun  7 15:24:19 2007
New Revision: 9236

Log:
emms --> emms_c, patch by Ronald S. Bultje, rbultje ronald.bitfreak net
reference thread:
Subject: Re: [FFmpeg-devel] [PATCH] Coremake support - ff-grab-emms_c.patch (1/1)
Date: Thu, 07 Jun 2007 09:01:44 -0400


Modified:
   trunk/libavformat/grab.c

Modified: trunk/libavformat/grab.c
==============================================================================
--- trunk/libavformat/grab.c	(original)
+++ trunk/libavformat/grab.c	Thu Jun  7 15:24:19 2007
@@ -839,9 +839,7 @@ static int aiw_read_picture(VideoData *s
                 DEINT_LINE_LUM(12)
                 }
     }
-#ifdef HAVE_MMX
-    emms();
-#endif
+    emms_c();
     return s->frame_size;
 }
 




More information about the ffmpeg-cvslog mailing list