summaryrefslogtreecommitdiff
path: root/libavutil/timer.h
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 78342d7d58..db0abaec68 100644
--- a/libavutil/timer.h
+++ b/libavutil/timer.h
@@ -28,7 +28,9 @@
#include <stdint.h>
#include "config.h"
-#if ARCH_BFIN
+#if ARCH_ARM
+# include "arm/timer.h"
+#elif ARCH_BFIN
# include "bfin/timer.h"
#elif ARCH_PPC
# include "ppc/timer.h"