Move guard before includes

This commit is contained in:
Filip Klembara
2020-12-14 09:07:12 +01:00
parent 7a219b23d5
commit bb530ef44d
16 changed files with 32 additions and 32 deletions

View File

@ -16,10 +16,10 @@
* along with this program; If not, see <http://www.gnu.org/licenses/>.
*/
#include "opuspacketizationhandler.hpp"
#if RTC_ENABLE_MEDIA
#include "opuspacketizationhandler.hpp"
using namespace rtc;
OpusPacketizationHandler::OpusPacketizationHandler(std::shared_ptr<OpusRTPPacketizer> packetizer): RtcpHandler(), RTCPSenderReportable(packetizer->rtpConfig), packetizer(packetizer) {