mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-23 19:49:56 +00:00
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
|
||||
#include "log.h"
|
||||
|
||||
#undef random
|
||||
|
||||
int main(void){
|
||||
int i,j;
|
||||
AVAES ae, ad, b;
|
||||
|
Loading…
Reference in New Issue
Block a user