OSDN Git Service

Fix the compilation of dct-test, fft-test and motion-test which are using
authorPanagiotis Issaris <takis.issaris@uhasselt.be>
Thu, 19 Jul 2007 08:46:28 +0000 (08:46 +0000)
committerPanagiotis Issaris <takis.issaris@uhasselt.be>
Thu, 19 Jul 2007 08:46:28 +0000 (08:46 +0000)
random().

Originally committed as revision 9754 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/dct-test.c
libavcodec/fft-test.c
libavcodec/motion-test.c

index ac99798..451e92d 100644 (file)
@@ -42,6 +42,7 @@
 #endif
 
 #undef printf
+#undef random
 
 void *fast_memcpy(void *a, const void *b, size_t c){return memcpy(a,b,c);};
 
index 5a79c88..725a814 100644 (file)
@@ -31,6 +31,7 @@
 #include <string.h>
 
 #undef exit
+#undef random
 
 int mm_flags;
 
index 76978e2..414c141 100644 (file)
@@ -35,6 +35,7 @@
 
 #undef exit
 #undef printf
+#undef random
 
 #define WIDTH 64
 #define HEIGHT 64