summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libavcodec/motion-test.c4
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;