mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-09 08:23:52 +00:00
Make the compilation of FM support conditional.
This commit is contained in:
parent
7fa24d7f57
commit
5a12f49a6e
12 changed files with 275 additions and 17 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue