Commit 93c34d88 authored by diego's avatar diego

Fix test program compilation, random() needs to be undefined.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@11470 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 69d5b118
......@@ -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;
......
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