diff timer.h @ 719:faf384df4bd7 libavutil

ARM: START/STOP_TIMER support for ARMv7
author mru
date Wed, 01 Apr 2009 22:56:26 +0000
parents fa8c9944568f
children 0795a743bda1
line wrap: on
line diff
--- a/timer.h	Wed Apr 01 22:56:22 2009 +0000
+++ b/timer.h	Wed Apr 01 22:56:26 2009 +0000
@@ -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"