From cc61f96f8ae15490593972efecef1f7a3fda7ca0 Mon Sep 17 00:00:00 2001 From: Panagiotis Issaris Date: Thu, 19 Jul 2007 08:46:28 +0000 Subject: Fix the compilation of dct-test, fft-test and motion-test which are using random(). Originally committed as revision 9754 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/fft-test.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libavcodec/fft-test.c') diff --git a/libavcodec/fft-test.c b/libavcodec/fft-test.c index 5a79c88b0e..725a814ca8 100644 --- a/libavcodec/fft-test.c +++ b/libavcodec/fft-test.c @@ -31,6 +31,7 @@ #include #undef exit +#undef random int mm_flags; -- cgit v1.2.3