Signed-off-by: Michael Niedermayer <mich...@niedermayer.cc>
---
 libavutil/tests/pixelutils.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/libavutil/tests/pixelutils.c b/libavutil/tests/pixelutils.c
index ec4dc8f..fbb66e5 100644
--- a/libavutil/tests/pixelutils.c
+++ b/libavutil/tests/pixelutils.c
@@ -67,6 +67,8 @@ static int run_test(const char *test,
                 ret = r;
         }
     }
+    emms_c();
+
     return ret;
 }
 
@@ -140,6 +142,7 @@ int main(void)
             RANDOM_INIT(buf1, size1);
             RANDOM_INIT(buf2, size2);
             ret = run_single_test("small", buf1, 1<<i, buf2, 1<<i, align, i);
+            emms_c();
             if (ret < 0)
                 goto end;
         }
-- 
2.10.1

_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Reply via email to