Browse Source

sa/cmSaProc.c : Fixed bug where surroundstream.h/c inclusion was controlled by incorrect pre-processor flag.

master
Kevin Larke 9 years ago
parent
commit
834502f09f
1 changed files with 3 additions and 2 deletions
  1. 3
    2
      sa/cmSaProc.c

+ 3
- 2
sa/cmSaProc.c View File

@@ -20,10 +20,11 @@
20 20
 #include "cmSaProc.h"
21 21
 #include "cmVectOps.h"
22 22
 
23
-#define SS_IMPL
24
-#ifdef SS_IMPL
23
+#ifdef CM_SONICART
24
+
25 25
 #include "ss0/surroundstereo.h"
26 26
 #include "ss1/surroundstereo_1.h"
27
+
27 28
 #else
28 29
 void binauralEncoderProcessInit(long pNumInputs, long frames, int hrtfSet) {}
29 30
 void binauralEncoderProcessSetPosition(int clientNum, float cazimuth, float celevation) {}

Loading…
Cancel
Save