diff motion-test.c @ 5116:dd5796283029 libavcodec

emms --> emms_c, taken from a patch by Ronald Bultje
author diego
date Thu, 07 Jun 2007 21:31:26 +0000
parents bea5fb6c0999
children 71d080656056
line wrap: on
line diff
--- a/motion-test.c	Thu Jun 07 17:21:34 2007 +0000
+++ b/motion-test.c	Thu Jun 07 21:31:26 2007 +0000
@@ -112,7 +112,7 @@
             }
         }
     }
-    emms();
+    emms_c();
 
     /* speed test */
     ti = gettime();
@@ -125,7 +125,7 @@
             }
         }
     }
-    emms();
+    emms_c();
     dummy = d1; /* avoid optimisation */
     ti = gettime() - ti;