summaryrefslogtreecommitdiff
path: root/libavcodec/motion-test.c
diff options
context:
space:
mode:
authorPanagiotis Issaris <takis.issaris@uhasselt.be>2007-07-19 08:46:28 +0000
committerPanagiotis Issaris <takis.issaris@uhasselt.be>2007-07-19 08:46:28 +0000
commitcc61f96f8ae15490593972efecef1f7a3fda7ca0 (patch)
tree8d1746dad4312e1eba75a5b67d02f7f6940dc26a /libavcodec/motion-test.c
parent90c1d7b400458ef297e85afb0ab6915af8016f7d (diff)
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/motion-test.c')
-rw-r--r--libavcodec/motion-test.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/motion-test.c b/libavcodec/motion-test.c
index 76978e26a8..414c141de4 100644
--- a/libavcodec/motion-test.c
+++ b/libavcodec/motion-test.c
@@ -35,6 +35,7 @@
#undef exit
#undef printf
+#undef random
#define WIDTH 64
#define HEIGHT 64