sa/cmSaProc.c : Fixed bug where surroundstream.h/c inclusion was controlled by incorrect pre-processor flag.
This commit is contained in:
parent
6baf82a442
commit
834502f09f
@ -20,10 +20,11 @@
|
|||||||
#include "cmSaProc.h"
|
#include "cmSaProc.h"
|
||||||
#include "cmVectOps.h"
|
#include "cmVectOps.h"
|
||||||
|
|
||||||
#define SS_IMPL
|
#ifdef CM_SONICART
|
||||||
#ifdef SS_IMPL
|
|
||||||
#include "ss0/surroundstereo.h"
|
#include "ss0/surroundstereo.h"
|
||||||
#include "ss1/surroundstereo_1.h"
|
#include "ss1/surroundstereo_1.h"
|
||||||
|
|
||||||
#else
|
#else
|
||||||
void binauralEncoderProcessInit(long pNumInputs, long frames, int hrtfSet) {}
|
void binauralEncoderProcessInit(long pNumInputs, long frames, int hrtfSet) {}
|
||||||
void binauralEncoderProcessSetPosition(int clientNum, float cazimuth, float celevation) {}
|
void binauralEncoderProcessSetPosition(int clientNum, float cazimuth, float celevation) {}
|
||||||
|
Loading…
Reference in New Issue
Block a user