mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-01-20 21:11:10 +01:00
arm/timer: disable PMCCNTR timer for Android
Signed-off-by: Zhao Zhili <zhilizhao@tencent.com>
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
|
||||
#define AV_READ_TIME mach_absolute_time
|
||||
|
||||
#elif HAVE_INLINE_ASM && defined(__ARM_ARCH_7A__)
|
||||
#elif HAVE_INLINE_ASM && defined(__ARM_ARCH_7A__) && !defined(__ANDROID__)
|
||||
|
||||
#define AV_READ_TIME read_time
|
||||
|
||||
|
||||
Reference in New Issue
Block a user