comparison 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
comparison
equal deleted inserted replaced
5378:d7fde453d208 5379:e9f8a337c5ce
33 33
34 #include "i386/mmx.h" 34 #include "i386/mmx.h"
35 35
36 #undef exit 36 #undef exit
37 #undef printf 37 #undef printf
38 #undef random
38 39
39 #define WIDTH 64 40 #define WIDTH 64
40 #define HEIGHT 64 41 #define HEIGHT 64
41 42
42 uint8_t img1[WIDTH * HEIGHT]; 43 uint8_t img1[WIDTH * HEIGHT];