Skip to content

Commit caf59da

Browse files
authored
Merge branch 'CasparCG:master' into tk-cutfade
2 parents dc7cfa5 + cf39ded commit caf59da

File tree

6 files changed

+10
-2
lines changed

6 files changed

+10
-2
lines changed

src/common/filesystem.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
#include <boost/algorithm/string.hpp>
2727
#include <boost/filesystem/operations.hpp>
2828
#include <boost/filesystem/path.hpp>
29+
#include <boost/filesystem/directory.hpp>
2930

3031
namespace caspar {
3132

src/common/log.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
#include <boost/algorithm/string/replace.hpp>
2727
#include <boost/core/null_deleter.hpp>
2828
#include <boost/filesystem/operations.hpp>
29+
#include <boost/lexical_cast.hpp>
2930
#include <boost/locale.hpp>
3031
#include <boost/log/attributes/function.hpp>
3132
#include <boost/log/core.hpp>

src/core/CMakeLists.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,4 +99,8 @@ source_group(sources\\producer\\route producer/route/*)
9999
source_group(sources\\producer\\transition producer/transition/*)
100100
source_group(sources\\producer\\separated producer/separated/*)
101101

102-
target_link_libraries(core common)
102+
target_link_libraries(
103+
core
104+
${SFML_LIBRARIES}
105+
common
106+
)

src/modules/decklink/consumer/config.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@
2121

2222
#pragma once
2323

24+
#include <boost/property_tree/ptree.hpp>
25+
2426
#include <core/frame/pixel_format.h>
2527
#include <core/video_format.h>
2628

src/modules/ffmpeg/consumer/ffmpeg_consumer.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ extern "C" {
7474
#include <tbb/parallel_invoke.h>
7575

7676
#include <memory>
77+
#include <optional>
7778
#include <thread>
7879

7980
namespace caspar { namespace ffmpeg {

src/shell/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@ else ()
8282
target_link_libraries(casparcg
8383
${Boost_LIBRARIES}
8484
${TBB_LIBRARIES}
85-
${SFML_LIBRARIES}
8685
${GLEW_LIBRARIES}
8786
OpenGL::GL
8887
${X11_LIBRARIES}

0 commit comments

Comments
 (0)