allow building Furnace without SDL2 and libsndfile
for eventual libfurnace
This commit is contained in:
parent
16afb6d7be
commit
e17c99dcdf
4 changed files with 121 additions and 61 deletions
|
|
@ -23,7 +23,9 @@
|
|||
#include "engine.h"
|
||||
#include "../ta-log.h"
|
||||
#include <math.h>
|
||||
#ifdef HAVE_SNDFILE
|
||||
#include <sndfile.h>
|
||||
#endif
|
||||
|
||||
constexpr int MASTER_CLOCK_PREC=(sizeof(void*)==8)?8:0;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue