From 277be52f4e899ec2eecafd261142cbbd8497cdd0 Mon Sep 17 00:00:00 2001 From: Andrew Voznytsa Date: Wed, 19 Feb 2020 21:37:05 +0200 Subject: [PATCH] Fix CMake build (src/VideoStreaming/CMakeLists.txt) --- src/VideoStreaming/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/VideoStreaming/CMakeLists.txt b/src/VideoStreaming/CMakeLists.txt index 45f680544..c3ad08ec8 100644 --- a/src/VideoStreaming/CMakeLists.txt +++ b/src/VideoStreaming/CMakeLists.txt @@ -7,6 +7,8 @@ endif() add_library(VideoStreaming GLVideoItemStub.cc GLVideoItemStub.h + gstqgc.c + gstqgcvideosinkbin.c SubtitleWriter.cc SubtitleWriter.h VideoReceiver.cc -- 2.22.0