Commit 85cb0f04 authored by diego's avatar diego

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


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@9253 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent fa2ecce4
...@@ -112,7 +112,7 @@ void test_motion(const char *name, ...@@ -112,7 +112,7 @@ void test_motion(const char *name,
} }
} }
} }
emms(); emms_c();
/* speed test */ /* speed test */
ti = gettime(); ti = gettime();
...@@ -125,7 +125,7 @@ void test_motion(const char *name, ...@@ -125,7 +125,7 @@ void test_motion(const char *name,
} }
} }
} }
emms(); emms_c();
dummy = d1; /* avoid optimisation */ dummy = d1; /* avoid optimisation */
ti = gettime() - ti; 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