spu: kill voldiv on ARM too
authornotaz <notasas@gmail.com>
Fri, 24 Dec 2010 22:27:55 +0000 (00:27 +0200)
committernotaz <notasas@gmail.com>
Fri, 24 Dec 2010 22:27:55 +0000 (00:27 +0200)
plugins/dfsound/spu.c

index b71b914..804a728 100644 (file)
@@ -441,7 +441,7 @@ INLINE int iGetInterpolationVal(int ch)
 static void *MAINThread(void *arg)
 {
  int s_1,s_2,fa,ns;
 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;
  int voldiv = iVolume;
 #else
  const int voldiv = 2;