Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Valentin Platzgummer
qgroundcontrol
Commits
fe327d49
Commit
fe327d49
authored
Jun 30, 2019
by
Tomaz Canabrava
Committed by
Daniel Agar
Jun 30, 2019
Browse files
Enable Tailsync and Microhard
parent
e0bf9527
Changes
2
Show whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
fe327d49
...
@@ -66,12 +66,17 @@ pkg_check_modules(GST
...
@@ -66,12 +66,17 @@ pkg_check_modules(GST
gstreamer-1.0>=1.14
gstreamer-1.0>=1.14
gstreamer-video-1.0>=1.14
gstreamer-video-1.0>=1.14
)
)
if
(
GST_FOUND
)
if
(
GST_FOUND
)
include_directories
(
include_directories
(
${
GST_INCLUDE_DIRS
}
${
GST_INCLUDE_DIRS
}
src/Taisync
src/Microhard
)
)
add_definitions
(
add_definitions
(
-DQGC_GST_STREAMING
-DQGC_GST_STREAMING
-DQGC_GST_TAISYNC_ENABLED
-DQGC_GST_MICROHARD_ENABLED
)
)
endif
()
endif
()
#=============================================================================
#=============================================================================
...
...
src/CMakeLists.txt
View file @
fe327d49
...
@@ -12,6 +12,23 @@ if(MOBILE)
...
@@ -12,6 +12,23 @@ if(MOBILE)
MobileScreenMgr.cc
MobileScreenMgr.cc
)
)
endif
()
endif
()
if
(
GST_FOUND
)
# TODO: Transform those in targets.
list
(
APPEND EXTRA_SRC
Taisync/TaisyncManager.cc
Taisync/TaisyncHandler.cc
Taisync/TaisyncSettings.cc
Microhard/MicrohardManager.cc
Microhard/MicrohardHandler.cc
Microhard/MicrohardSettings.cc
)
if
(
ANDROID
)
# Should also be expanded to iOS
list
(
APPEND EXTRA_SRC
src/Taisync/TaisyncTelemetry.cc
src/Taisync/TaisyncVideoReceiver.cc
)
endif
()
endif
()
if
(
BUILD_TESTING
)
if
(
BUILD_TESTING
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment