diff options
author | Ronald S. Bultje <rsbultje@gmail.com> | 2007-06-07 21:31:26 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2007-06-07 21:31:26 +0000 |
commit | bcbd6603dd805e9a56c90493a6a84a96d1066b05 (patch) | |
tree | 15a247bca717b77faefcae52ed7274efed1ef9c1 /libavcodec/motion-test.c | |
parent | 2458c5c1c46ccc960291c7829c31876bea21e1cf (diff) | |
download | ffmpeg-bcbd6603dd805e9a56c90493a6a84a96d1066b05.tar.gz |
emms --> emms_c, taken from a patch by Ronald Bultje
Originally committed as revision 9253 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/motion-test.c')
-rw-r--r-- | libavcodec/motion-test.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/motion-test.c b/libavcodec/motion-test.c index ecdb62a4e1..883dd56cc4 100644 --- a/libavcodec/motion-test.c +++ b/libavcodec/motion-test.c @@ -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; |