emms --> emms_c, taken from a patch by Ronald Bultje
authorRonald S. Bultje <rsbultje@gmail.com>
Thu, 7 Jun 2007 21:31:26 +0000 (21:31 +0000)
committerDiego Biurrun <diego@biurrun.de>
Thu, 7 Jun 2007 21:31:26 +0000 (21:31 +0000)
Originally committed as revision 9253 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/motion-test.c

index ecdb62a..883dd56 100644 (file)
@@ -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;