Commit 7d91948d authored by takis's avatar takis

Fix the self tests which are contained in some codecs and are using random().


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@9754 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 26647cc5
...@@ -42,6 +42,7 @@ ...@@ -42,6 +42,7 @@
#endif #endif
#undef printf #undef printf
#undef random
void *fast_memcpy(void *a, const void *b, size_t c){return memcpy(a,b,c);}; void *fast_memcpy(void *a, const void *b, size_t c){return memcpy(a,b,c);};
......
...@@ -31,6 +31,7 @@ ...@@ -31,6 +31,7 @@
#include <string.h> #include <string.h>
#undef exit #undef exit
#undef random
int mm_flags; int mm_flags;
......
...@@ -35,6 +35,7 @@ ...@@ -35,6 +35,7 @@
#undef exit #undef exit
#undef printf #undef printf
#undef random
#define WIDTH 64 #define WIDTH 64
#define HEIGHT 64 #define HEIGHT 64
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment