summaryrefslogtreecommitdiff
path: root/libavutil/internal.h
diff options
context:
space:
mode:
authorAurelien Jacobs <aurel@gnuage.org>2009-01-15 22:58:35 +0000
committerAurelien Jacobs <aurel@gnuage.org>2009-01-15 22:58:35 +0000
commit2f5421d513ea2e65749c9bfaf03514b3ffc3d6d1 (patch)
tree3e51b3e80e9bdc51aea922306031764ffbdbc263 /libavutil/internal.h
parentca93bc175acb4e1f883e9c2029ea68c620e7c549 (diff)
move timer related code in a new timer.h file
Originally committed as revision 16618 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavutil/internal.h')
-rw-r--r--libavutil/internal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavutil/internal.h b/libavutil/internal.h
index 52fa7e8c97..78bfdd828a 100644
--- a/libavutil/internal.h
+++ b/libavutil/internal.h
@@ -34,6 +34,7 @@
#include <stddef.h>
#include <assert.h>
#include "common.h"
+#include "timer.h"
#ifndef attribute_align_arg
#if (!defined(__ICC) || __ICC > 1100) && AV_GCC_VERSION_AT_LEAST(4,2)