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:
@ -29,7 +29,7 @@
|
||||
namespace rtc {
|
||||
|
||||
/// Handler for H264 packetization
|
||||
class H264PacketizationHandler: public RtcpHandler, public RTCPSenderReportable {
|
||||
class RTC_CPP_EXPORT H264PacketizationHandler: public RtcpHandler, public RTCPSenderReportable {
|
||||
/// RTP packetizer for H264
|
||||
const std::shared_ptr<H264RTPPacketizer> packetizer;
|
||||
|
||||
|
Reference in New Issue
Block a user