Make the compilation of FM support conditional.

This commit is contained in:
Jonathan Naylor
2023-06-29 15:57:13 +01:00
parent 7fa24d7f57
commit 5a12f49a6e
12 changed files with 275 additions and 17 deletions

View File

@@ -23,6 +23,8 @@
#include "Defines.h"
#include "IIRDirectForm1Filter.h"
#if defined(USE_FM)
#include <nlohmann/json.hpp>
// Uncomment this to dump audio to a raw audio file
@@ -62,3 +64,5 @@ private:
#endif
#endif