From cfe71c00d61819b76744f7163316d98cc389c91e Mon Sep 17 00:00:00 2001 From: notaz Date: Sat, 25 Dec 2010 00:27:55 +0200 Subject: [PATCH] spu: kill voldiv on ARM too --- plugins/dfsound/spu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/dfsound/spu.c b/plugins/dfsound/spu.c index b71b9142..804a7288 100644 --- a/plugins/dfsound/spu.c +++ b/plugins/dfsound/spu.c @@ -441,7 +441,7 @@ INLINE int iGetInterpolationVal(int ch) static void *MAINThread(void *arg) { int s_1,s_2,fa,ns; -#ifndef _MACOSX +#if !defined(_MACOSX) && !defined(__arm__) int voldiv = iVolume; #else const int voldiv = 2; -- 2.39.2