summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/checkasm/checkasm.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/checkasm/checkasm.h b/tests/checkasm/checkasm.h
index 619ebc78a4..0faf3babc8 100644
--- a/tests/checkasm/checkasm.h
+++ b/tests/checkasm/checkasm.h
@@ -27,6 +27,7 @@
#include "config.h"
#include "libavutil/avstring.h"
#include "libavutil/cpu.h"
+#include "libavutil/internal.h"
#include "libavutil/lfg.h"
#include "libavutil/timer.h"
@@ -161,6 +162,7 @@ void checkasm_checked_call(void *func, ...);
tcount++;\
}\
}\
+ emms_c();\
checkasm_update_bench(tcount, tsum);\
}\
} while (0)