projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6572e1a
)
move #include log.h into the selftesting code where it belongs
author
Michael Niedermayer
<michaelni@gmx.at>
Mon, 15 Jan 2007 01:33:56 +0000
(
01:33
+0000)
committer
Michael Niedermayer
<michaelni@gmx.at>
Mon, 15 Jan 2007 01:33:56 +0000
(
01:33
+0000)
Originally committed as revision 7529 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavutil/aes.c
patch
|
blob
|
history
diff --git
a/libavutil/aes.c
b/libavutil/aes.c
index 36bc5248998991b2c5ee3d097d7215b30e5dc736..7214e077ab61692c342de8b613191f3788c0a505 100644
(file)
--- a/
libavutil/aes.c
+++ b/
libavutil/aes.c
@@
-21,7
+21,6
@@
*/
#include "common.h"
-#include "log.h"
#include "aes.h"
typedef struct AVAES{
@@
-182,6
+181,7
@@
int av_aes_init(AVAES *a, uint8_t *key, int key_bits, int decrypt) {
}
#ifdef TEST
+#include "log.h"
int main(){
int i,j;