Add RTC_CPP_EXPORT before class name

This commit is contained in:
Filip Klembara
2020-12-14 09:23:37 +01:00
parent bb530ef44d
commit e23d0723d1
8 changed files with 8 additions and 9 deletions

View File

@ -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;