]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/commitdiff
C files should #include the header files of the same name.
authordiego <diego@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Sun, 25 Jan 2009 22:40:43 +0000 (22:40 +0000)
committerdiego <diego@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Sun, 25 Jan 2009 22:40:43 +0000 (22:40 +0000)
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@16792 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

libavutil/log.c
libavutil/mem.c

index 9248752a555a5d2bf50389dcff5787afd0d10bc2..5fec3328c0e88bf52bb709c410e772c4b0ab5869 100644 (file)
@@ -25,6 +25,7 @@
  */
 
 #include "avutil.h"
+#include "log.h"
 
 int av_log_level = AV_LOG_INFO;
 
index 45cd986ee1bd1c48b30671042dad0b6e68f7e5ce..5413010680f3426a74cadda27c28fba6d40f47fe 100644 (file)
@@ -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 */