Skip to content
Snippets Groups Projects
Commit e6933795 authored by Emmanuel Lepage Vallee's avatar Emmanuel Lepage Vallee Committed by Guillaume Roguez
Browse files

sip: Resolve minor ifdef issue

Break the 'minimal' compilation

Regression from dd42165c

Refs #63263

Change-Id: I22b69e4ce4a92aa30d40e5130c882d19d2938025
parent 4c8f3997
No related branches found
No related tags found
No related merge requests found
......@@ -43,9 +43,13 @@
#include "manager.h"
#include "array_size.h"
#include "audio/audiolayer.h"
using namespace sfl;
#if USE_CCRTP
#include "audio/audiortp/audio_rtp_factory.h" // for AudioRtpFactoryException
#else
#include "audio/audiortp/avformat_rtp_session.h"
#endif
#include "client/callmanager.h"
......@@ -60,8 +64,6 @@
#include <chrono>
using namespace sfl;
static sfl_video::VideoSettings
getSettings()
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment