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 @@ ...@@ -43,9 +43,13 @@
#include "manager.h" #include "manager.h"
#include "array_size.h" #include "array_size.h"
#include "audio/audiolayer.h" #include "audio/audiolayer.h"
using namespace sfl;
#if USE_CCRTP #if USE_CCRTP
#include "audio/audiortp/audio_rtp_factory.h" // for AudioRtpFactoryException #include "audio/audiortp/audio_rtp_factory.h" // for AudioRtpFactoryException
#else #else
#include "audio/audiortp/avformat_rtp_session.h" #include "audio/audiortp/avformat_rtp_session.h"
#endif #endif
#include "client/callmanager.h" #include "client/callmanager.h"
...@@ -60,8 +64,6 @@ ...@@ -60,8 +64,6 @@
#include <chrono> #include <chrono>
using namespace sfl;
static sfl_video::VideoSettings static sfl_video::VideoSettings
getSettings() getSettings()
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment