Browse Source

Merge pull request #8367 from andrewvoznytsa/pr-cmake-build-fix

Fix CMake build (src/VideoStreaming/CMakeLists.txt)
QGC4.4
Gus Grubba 5 years ago committed by GitHub
parent
commit
ea9d44037c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/VideoStreaming/CMakeLists.txt

2
src/VideoStreaming/CMakeLists.txt

@ -7,6 +7,8 @@ endif() @@ -7,6 +7,8 @@ endif()
add_library(VideoStreaming
GLVideoItemStub.cc
GLVideoItemStub.h
gstqgc.c
gstqgcvideosinkbin.c
SubtitleWriter.cc
SubtitleWriter.h
VideoReceiver.cc

Loading…
Cancel
Save