From 665f33e1e8ce2e40a7939a33075c3bce1c90790c Mon Sep 17 00:00:00 2001 From: notaz Date: Fri, 30 Nov 2012 02:53:25 +0200 Subject: improve ARM feature detection --- plugins/dfsound/arm_utils.S | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'plugins/dfsound/arm_utils.S') diff --git a/plugins/dfsound/arm_utils.S b/plugins/dfsound/arm_utils.S index 22e5844..f4ef243 100644 --- a/plugins/dfsound/arm_utils.S +++ b/plugins/dfsound/arm_utils.S @@ -8,6 +8,7 @@ * See the COPYING file in the top-level directory. */ +#include "arm_features.h" .text .align 2 @@ -100,7 +101,7 @@ mcr_finish: vstmiage r3!, {d8} bx lr -#else +#elif defined(HAVE_ARMV5) .global mix_chan @ (int start, int count, int lv, int rv) mix_chan: -- cgit v1.2.3