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

Loading…
Cancel
Save