mirror of
https://github.com/mii443/libdatachannel.git
synced 2025-08-22 23:25:33 +00:00
Add RTC_CPP_EXPORT before class name
This commit is contained in:
@ -27,7 +27,7 @@
|
||||
namespace rtc {
|
||||
|
||||
/// Class responsizble for rtp packetization
|
||||
class RTPPacketizer {
|
||||
class RTC_CPP_EXPORT RTPPacketizer {
|
||||
static const auto rtpHeaderSize = 12;
|
||||
public:
|
||||
// rtp configuration
|
||||
|
Reference in New Issue
Block a user