aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/ivi_common.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2014-01-26 01:39:33 +0100
committerMichael Niedermayer <michaelni@gmx.at>2014-01-26 01:54:55 +0100
commit965fa6b0d9d99afbbef8b3fcb8066ce4136b8c35 (patch)
tree1c00ee6a0981502047f9c0a3e53ec79a7af900b9 /libavcodec/ivi_common.c
parent53167ecfdb99151c1f0d243275675a75efb881a7 (diff)
parentfb0c9d41d685abb58575c5482ca33b8cd457c5ec (diff)
downloadffmpeg-965fa6b0d9d99afbbef8b3fcb8066ce4136b8c35.tar.gz
Merge commit 'fb0c9d41d685abb58575c5482ca33b8cd457c5ec'
* commit 'fb0c9d41d685abb58575c5482ca33b8cd457c5ec': avutil: remove timer.h include from internal.h Conflicts: libavcodec/ffv1dec.c libavutil/internal.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/ivi_common.c')
-rw-r--r--libavcodec/ivi_common.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/ivi_common.c b/libavcodec/ivi_common.c
index a4d24345a7..b24d44fc40 100644
--- a/libavcodec/ivi_common.c
+++ b/libavcodec/ivi_common.c
@@ -28,6 +28,7 @@
#define BITSTREAM_READER_LE
#include "libavutil/attributes.h"
+#include "libavutil/timer.h"
#include "avcodec.h"
#include "get_bits.h"
#include "internal.h"