[FFmpeg-cvslog] r9253 - trunk/libavcodec/motion-test.c

diego subversion
Thu Jun 7 23:31:27 CEST 2007


Author: diego
Date: Thu Jun  7 23:31:26 2007
New Revision: 9253

Log:
emms --> emms_c, taken from a patch by Ronald Bultje


Modified:
   trunk/libavcodec/motion-test.c

Modified: trunk/libavcodec/motion-test.c
==============================================================================
--- trunk/libavcodec/motion-test.c	(original)
+++ trunk/libavcodec/motion-test.c	Thu Jun  7 23:31:26 2007
@@ -112,7 +112,7 @@ void test_motion(const char *name,
             }
         }
     }
-    emms();
+    emms_c();
 
     /* speed test */
     ti = gettime();
@@ -125,7 +125,7 @@ void test_motion(const char *name,
             }
         }
     }
-    emms();
+    emms_c();
     dummy = d1; /* avoid optimisation */
     ti = gettime() - ti;
 




More information about the ffmpeg-cvslog mailing list