forked from FFmpeg/FFmpeg
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
1 changed files with 2 additions and 0 deletions
|
@ -194,6 +194,8 @@ int av_aes_init(AVAES *a, const uint8_t *key, int key_bits, int decrypt) {
|
|||
#ifdef TEST
|
||||
#include "log.h"
|
||||
|
||||
#undef random
|
||||
|
||||
int main(void){
|
||||
int i,j;
|
||||
AVAES ae, ad, b;
|
||||
|
|
Loading…
Add table
Reference in a new issue