projects
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
727601b
)
Fix test program compilation, random() needs to be undefined.
author
Diego Biurrun
<diego@biurrun.de>
Tue, 8 Jan 2008 22:40:25 +0000
(22:40 +0000)
committer
Diego Biurrun
<diego@biurrun.de>
Tue, 8 Jan 2008 22:40:25 +0000
(22:40 +0000)
Originally committed as revision 11470 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavutil/aes.c
patch
|
blob
|
blame
|
history
diff --git
a/libavutil/aes.c
b/libavutil/aes.c
index
c2df3b2
..
5030dac
100644
(file)
--- a/
libavutil/aes.c
+++ b/
libavutil/aes.c
@@
-194,6
+194,8
@@
int av_aes_init(AVAES *a, const uint8_t *key, int key_bits, int decrypt) {
#ifdef TEST
#include "log.h"
#ifdef TEST
#include "log.h"
+#undef random
+
int main(void){
int i,j;
AVAES ae, ad, b;
int main(void){
int i,j;
AVAES ae, ad, b;