Commit b38f42de authored by michael's avatar michael

move #include log.h into the selftesting code where it belongs


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@7529 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 960ea53b
......@@ -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;
......
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