sa/cmSaProc.c : Fixed bug where surroundstream.h/c inclusion was controlled by incorrect pre-processor flag.
このコミットが含まれているのは:
コミット
834502f09f
@ -20,10 +20,11 @@
|
||||
#include "cmSaProc.h"
|
||||
#include "cmVectOps.h"
|
||||
|
||||
#define SS_IMPL
|
||||
#ifdef SS_IMPL
|
||||
#ifdef CM_SONICART
|
||||
|
||||
#include "ss0/surroundstereo.h"
|
||||
#include "ss1/surroundstereo_1.h"
|
||||
|
||||
#else
|
||||
void binauralEncoderProcessInit(long pNumInputs, long frames, int hrtfSet) {}
|
||||
void binauralEncoderProcessSetPosition(int clientNum, float cazimuth, float celevation) {}
|
||||
|
読み込み中…
新しいイシューから参照
ユーザーをブロックする