mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-13 21:28:01 +02:00
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
This commit is contained in:
parent
90c1d7b400
commit
cc61f96f8a
@ -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 @@
|
|||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
#undef exit
|
#undef exit
|
||||||
|
#undef random
|
||||||
|
|
||||||
int mm_flags;
|
int mm_flags;
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user