Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'libavutil/timer.h')
-rw-r--r--libavutil/timer.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/libavutil/timer.h b/libavutil/timer.h
index 0d93d7c0ef..cc4c5a5901 100644
--- a/libavutil/timer.h
+++ b/libavutil/timer.h
@@ -38,7 +38,9 @@
#include "log.h"
-#if ARCH_ARM
+#if ARCH_AARCH64
+# include "aarch64/timer.h"
+#elif ARCH_ARM
# include "arm/timer.h"
#elif ARCH_BFIN
# include "bfin/timer.h"