diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2014-03-09 15:14:33 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-03-09 15:22:02 +0100 |
commit | 4159f702a7b8e912c9dea1ab956c9ed66f1cbbe6 (patch) | |
tree | 87da731b3aa761ed83891e5e562038ba14c27b48 /libavutil/x86 | |
parent | c2923100f5a1199c46d5bc351fb3371956d1b90c (diff) | |
download | ffmpeg-4159f702a7b8e912c9dea1ab956c9ed66f1cbbe6.tar.gz |
avutil/timer: Fix units for x86 after c708b5403346255ea5adc776645616cc7c61f078
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavutil/x86')
-rw-r--r-- | libavutil/x86/timer.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavutil/x86/timer.h b/libavutil/x86/timer.h index d812d46aed..5b24b511c1 100644 --- a/libavutil/x86/timer.h +++ b/libavutil/x86/timer.h @@ -25,6 +25,7 @@ #if HAVE_INLINE_ASM +#define FF_TIMER_UNITS "decicycles" #define AV_READ_TIME read_time static inline uint64_t read_time(void) |