mirror of
https://github.com/cjcliffe/CubicSDR.git
synced 2024-11-26 21:58:37 -05:00
Linux patches
This commit is contained in:
parent
aa540115d3
commit
009e20e448
@ -3,6 +3,7 @@
|
||||
#include <vector>
|
||||
#include <algorithm>
|
||||
#include "DemodulatorThread.h"
|
||||
#include <memory.h>
|
||||
|
||||
#ifdef USE_MIXER
|
||||
std::map<int, AudioThread *> AudioThread::deviceController;
|
||||
|
@ -2,12 +2,10 @@
|
||||
#include "DemodulatorThread.h"
|
||||
#include <vector>
|
||||
|
||||
#ifdef _WIN32
|
||||
#include <cmath>
|
||||
#ifndef M_PI
|
||||
#define M_PI 3.14159265358979323846
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#ifdef __APPLE__
|
||||
#include <pthread.h>
|
||||
|
Loading…
Reference in New Issue
Block a user