[FFmpeg-cvslog] lavu: add missing log.h include in timer.h
Janne Grunau
git at videolan.org
Wed Feb 5 23:59:50 CET 2014
ffmpeg | branch: master | Janne Grunau <janne-libav at jannau.net> | Wed Feb 5 17:52:35 2014 +0100| [a1e1f35203bbcbea0efb51d93e96769c826b8c64] | committer: Janne Grunau
lavu: add missing log.h include in timer.h
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=a1e1f35203bbcbea0efb51d93e96769c826b8c64
---
libavutil/timer.h | 2 ++
1 file changed, 2 insertions(+)
diff --git a/libavutil/timer.h b/libavutil/timer.h
index ea5c891..d2c5001 100644
--- a/libavutil/timer.h
+++ b/libavutil/timer.h
@@ -32,6 +32,8 @@
#include "config.h"
+#include "log.h"
+
#if ARCH_ARM
# include "arm/timer.h"
#elif ARCH_BFIN
More information about the ffmpeg-cvslog
mailing list