diff motion-test.c @ 5379:e9f8a337c5ce libavcodec

Fix the compilation of dct-test, fft-test and motion-test which are using random().
author takis
date Thu, 19 Jul 2007 08:46:28 +0000
parents 71d080656056
children 80103098c797
line wrap: on
line diff
--- a/motion-test.c	Thu Jul 19 02:21:14 2007 +0000
+++ b/motion-test.c	Thu Jul 19 08:46:28 2007 +0000
@@ -35,6 +35,7 @@
 
 #undef exit
 #undef printf
+#undef random
 
 #define WIDTH 64
 #define HEIGHT 64