Mercurial > libavutil.hg
changeset 628:51e8796fe8fc libavutil
C files should #include the header files of the same name.
author | diego |
---|---|
date | Sun, 25 Jan 2009 22:40:43 +0000 |
parents | d4b82de2ce47 |
children | 097c9438d7f4 |
files | log.c mem.c |
diffstat | 2 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/log.c Sun Jan 25 22:05:26 2009 +0000 +++ b/log.c Sun Jan 25 22:40:43 2009 +0000 @@ -25,6 +25,7 @@ */ #include "avutil.h" +#include "log.h" int av_log_level = AV_LOG_INFO;
--- a/mem.c Sun Jan 25 22:05:26 2009 +0000 +++ b/mem.c Sun Jan 25 22:40:43 2009 +0000 @@ -33,6 +33,8 @@ #include <malloc.h> #endif +#include "mem.h" + /* 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 linker will do it automatically */