Fixed linux and osx build.

This commit is contained in:
Jordan Cristiano 2018-03-30 17:22:08 -04:00
parent ee254b984f
commit b0db8deafb
1 changed files with 4 additions and 1 deletions

View File

@ -11,7 +11,10 @@
#include "wavfilewriter.h" #include "wavfilewriter.h"
#define USE_VAUDIO_CELT #ifdef _WIN32
//#define USE_VAUDIO_CELT
#endif
#define MAX_PLAYERS 33 #define MAX_PLAYERS 33
#ifdef USE_VAUDIO_CELT #ifdef USE_VAUDIO_CELT