Commit 6ee3654e authored by diego's avatar diego

C files should #include the header files of the same name.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@16792 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 01cc5074
...@@ -25,6 +25,7 @@ ...@@ -25,6 +25,7 @@
*/ */
#include "avutil.h" #include "avutil.h"
#include "log.h"
int av_log_level = AV_LOG_INFO; int av_log_level = AV_LOG_INFO;
......
...@@ -33,6 +33,8 @@ ...@@ -33,6 +33,8 @@
#include <malloc.h> #include <malloc.h>
#endif #endif
#include "mem.h"
/* you can redefine av_malloc and av_free in your project to use your /* you can redefine av_malloc and av_free in your project to use your
memory allocator. You do not need to suppress this file because the memory allocator. You do not need to suppress this file because the
linker will do it automatically */ linker will do it automatically */
......
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