Skip to content
Snippets Groups Projects
Commit cf2a45e9 authored by Guillaume Roguez's avatar Guillaume Roguez
Browse files

build: remove video_mixer.h dependency on some headers

This dependency causes a almost complet build if only video_mixer
is changed.

Issue: #81174
Change-Id: I1d374b582e6f388962ff78f67ee03b967ee82779
parent 42f62a67
Branches
Tags
No related merge requests found
...@@ -30,6 +30,7 @@ ...@@ -30,6 +30,7 @@
#include "sip/sipcall.h" #include "sip/sipcall.h"
#include "client/videomanager.h" #include "client/videomanager.h"
#include "video/video_input.h" #include "video/video_input.h"
#include "video/video_mixer.h"
#endif #endif
#include "call_factory.h" #include "call_factory.h"
......
...@@ -30,12 +30,14 @@ ...@@ -30,12 +30,14 @@
#include "audio/recordable.h" #include "audio/recordable.h"
namespace ring {
#ifdef RING_VIDEO #ifdef RING_VIDEO
#include "video/video_mixer.h" namespace video {
class VideoMixer;
}
#endif #endif
namespace ring {
typedef std::set<std::string> ParticipantSet; typedef std::set<std::string> ParticipantSet;
class Conference : public Recordable { class Conference : public Recordable {
......
...@@ -25,7 +25,6 @@ ...@@ -25,7 +25,6 @@
#include "noncopyable.h" #include "noncopyable.h"
#include "media_encoder.h" #include "media_encoder.h"
#include "media_io_handle.h" #include "media_io_handle.h"
#include "video_mixer.h"
#include <map> #include <map>
#include <string> #include <string>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment