diff options
author | Panagiotis Issaris <takis.issaris@uhasselt.be> | 2007-07-19 08:46:28 +0000 |
---|---|---|
committer | Panagiotis Issaris <takis.issaris@uhasselt.be> | 2007-07-19 08:46:28 +0000 |
commit | cc61f96f8ae15490593972efecef1f7a3fda7ca0 (patch) | |
tree | 8d1746dad4312e1eba75a5b67d02f7f6940dc26a /libavcodec/fft-test.c | |
parent | 90c1d7b400458ef297e85afb0ab6915af8016f7d (diff) | |
download | ffmpeg-cc61f96f8ae15490593972efecef1f7a3fda7ca0.tar.gz |
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
Diffstat (limited to 'libavcodec/fft-test.c')
-rw-r--r-- | libavcodec/fft-test.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 <string.h> #undef exit +#undef random int mm_flags; |