mirror of
https://github.com/g4klx/MMDVMHost
synced 2025-12-21 06:55:52 +08:00
Allow for a clean compiel on Linux.
This commit is contained in:
@@ -22,6 +22,7 @@
|
||||
|
||||
#include <cstdio>
|
||||
#include <cassert>
|
||||
#include <cstring>
|
||||
|
||||
CJitterBuffer::CJitterBuffer(unsigned int blockSize, unsigned int blockTime, unsigned int jitterTime, unsigned int topSequenceNumber) :
|
||||
m_blockSize(blockSize),
|
||||
|
||||
Reference in New Issue
Block a user