diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2014-01-26 02:23:26 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-01-26 02:23:26 +0100 |
commit | 3e6088f7322cb88729ed7fcf59b453e1fb9d79f0 (patch) | |
tree | e3e20c0e1ebb378409fb7d5dd0050aca92ca0dd0 /libavutil/internal.h | |
parent | 965fa6b0d9d99afbbef8b3fcb8066ce4136b8c35 (diff) | |
download | ffmpeg-3e6088f7322cb88729ed7fcf59b453e1fb9d79f0.tar.gz |
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@gmx.at>
Diffstat (limited to 'libavutil/internal.h')
-rw-r--r-- | libavutil/internal.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavutil/internal.h b/libavutil/internal.h index 4de5226d97..9c5546f3b1 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" |