1
mirror of https://git.videolan.org/git/ffmpeg.git synced 2024-09-28 16:02:17 +02: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:
Diego Biurrun 2008-01-08 22:40:25 +00:00
parent 727601bc4b
commit 43bfaa8920

View File

@ -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;