[Ffmpeg-cvslog] r7529 - trunk/libavutil/aes.c
michael
subversion
Mon Jan 15 02:33:57 CET 2007
Author: michael
Date: Mon Jan 15 02:33:56 2007
New Revision: 7529
Modified:
trunk/libavutil/aes.c
Log:
move #include log.h into the selftesting code where it belongs
Modified: trunk/libavutil/aes.c
==============================================================================
--- trunk/libavutil/aes.c (original)
+++ trunk/libavutil/aes.c Mon Jan 15 02:33:56 2007
@@ -21,7 +21,6 @@
*/
#include "common.h"
-#include "log.h"
#include "aes.h"
typedef struct AVAES{
@@ -182,6 +181,7 @@
}
#ifdef TEST
+#include "log.h"
int main(){
int i,j;
More information about the ffmpeg-cvslog
mailing list