- fixes for builds without resip/rutil integration

This commit is contained in:
2018-08-13 14:03:12 +03:00
parent 018ddf81df
commit 76a0d93ef3
2 changed files with 13 additions and 12 deletions

View File

@@ -17,6 +17,7 @@
#include "../helper/HL_ByteBuffer.h"
#include "../helper/HL_Exception.h"
#include <AudioToolbox/AudioQueue.h>
#include <memory>
// Define CoreAudio buffer time length in milliseconds
#define COREAUDIO_BUFFER_TIME 20
@@ -152,7 +153,7 @@ protected:
};
typedef SharedPtr<MacDevice> PMacDevice;
typedef std::shared_ptr<MacDevice> PMacDevice;
class MacInputDevice: public InputDevice
{