diff fft-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 3b190bc34546
children 3eca9008175b
line wrap: on
line diff
--- a/fft-test.c	Thu Jul 19 02:21:14 2007 +0000
+++ b/fft-test.c	Thu Jul 19 08:46:28 2007 +0000
@@ -31,6 +31,7 @@
 #include <string.h>
 
 #undef exit
+#undef random
 
 int mm_flags;