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

このコミットが含まれているのは:
Kevin Larke 2015-04-10 11:59:39 -07:00
コミット 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) {}