Commit bcbd6603 authored by Ronald S. Bultje's avatar Ronald S. Bultje Committed by Diego Biurrun

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

Originally committed as revision 9253 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 2458c5c1
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment