diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2013-07-12 11:59:45 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-07-12 12:07:14 +0200 |
commit | c6953589f9c48a7420ea4284f404fb656ddf869f (patch) | |
tree | 9c7889e947ace75e0f2a9485fd3ea54ff9a8e717 /libavutil | |
parent | 161047f010b1d9dbc153a71c1ee75dc2a34561de (diff) | |
parent | ef5b70affc6376bfeadd1ff649b79bad9a124fa8 (diff) | |
download | ffmpeg-c6953589f9c48a7420ea4284f404fb656ddf869f.tar.gz |
Merge commit 'ef5b70affc6376bfeadd1ff649b79bad9a124fa8'
* commit 'ef5b70affc6376bfeadd1ff649b79bad9a124fa8':
configure: Check for support for labels in the inline assembly
The timer code is not placed under ifdef as ours does not use labels
Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavutil')
-rw-r--r-- | libavutil/ppc/timer.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libavutil/ppc/timer.h b/libavutil/ppc/timer.h index 9ade7f5d03..b28e624566 100644 --- a/libavutil/ppc/timer.h +++ b/libavutil/ppc/timer.h @@ -23,6 +23,8 @@ #include <stdint.h> +#include "config.h" + #define AV_READ_TIME read_time static inline uint64_t read_time(void) |