Commit 43bfaa89 authored by Diego Biurrun's avatar Diego Biurrun

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

Originally committed as revision 11470 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 727601bc
...@@ -194,6 +194,8 @@ int av_aes_init(AVAES *a, const uint8_t *key, int key_bits, int decrypt) { ...@@ -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;
......
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