comparison 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
comparison
equal deleted inserted replaced
5378:d7fde453d208 5379:e9f8a337c5ce
29 #include <sys/time.h> 29 #include <sys/time.h>
30 #include <stdlib.h> 30 #include <stdlib.h>
31 #include <string.h> 31 #include <string.h>
32 32
33 #undef exit 33 #undef exit
34 #undef random
34 35
35 int mm_flags; 36 int mm_flags;
36 37
37 /* reference fft */ 38 /* reference fft */
38 39