[FFmpeg-cvslog] avutil/internal.h: add timer.h back

Michael Niedermayer git at videolan.org
Sun Jan 26 03:18:11 CET 2014


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Sun Jan 26 02:23:26 2014 +0100| [3e6088f7322cb88729ed7fcf59b453e1fb9d79f0] | committer: Michael Niedermayer

avutil/internal.h: add timer.h back

Without this a developer would have to add a include every time he
wants to benchmark some code, this is a moderate inconvenience.

This reverts the specific hunk from fb0c9d41d685abb58575c5482ca33b8cd457c5ec

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=3e6088f7322cb88729ed7fcf59b453e1fb9d79f0
---

 libavutil/internal.h |    1 +
 1 file changed, 1 insertion(+)

diff --git a/libavutil/internal.h b/libavutil/internal.h
index 4de5226..9c5546f 100644
--- a/libavutil/internal.h
+++ b/libavutil/internal.h
@@ -36,6 +36,7 @@
 #include <assert.h>
 #include "config.h"
 #include "attributes.h"
+#include "timer.h"
 #include "cpu.h"
 #include "dict.h"
 #include "version.h"



More information about the ffmpeg-cvslog mailing list