Fix test program compilation, random() needs to be undefined.
Originally committed as revision 11470 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
727601bc4b
commit
43bfaa8920
@ -194,6 +194,8 @@ int av_aes_init(AVAES *a, const uint8_t *key, int key_bits, int decrypt) {
|
|||||||
#ifdef TEST
|
#ifdef TEST
|
||||||
#include "log.h"
|
#include "log.h"
|
||||||
|
|
||||||
|
#undef random
|
||||||
|
|
||||||
int main(void){
|
int main(void){
|
||||||
int i,j;
|
int i,j;
|
||||||
AVAES ae, ad, b;
|
AVAES ae, ad, b;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user