mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 11:00:48 +03:00
Bump gstreamer requirement
This commit is contained in:
parent
49abcb24b5
commit
e9519689f1
1 changed files with 3 additions and 7 deletions
|
@ -443,15 +443,11 @@ else()
|
|||
endif()
|
||||
|
||||
include(FindPkgConfig)
|
||||
pkg_check_modules(GSTREAMER IMPORTED_TARGET gstreamer-sdp-1.0>=1.14 gstreamer-webrtc-1.0>=1.14)
|
||||
pkg_check_modules(GSTREAMER IMPORTED_TARGET gstreamer-sdp-1.0>=1.16 gstreamer-webrtc-1.0>=1.16)
|
||||
if (TARGET PkgConfig::GSTREAMER)
|
||||
add_feature_info(voip ON "GStreamer found. Call support is enabled
|
||||
automatically.")
|
||||
add_feature_info(voip ON "GStreamer found. Call support is enabled automatically.")
|
||||
else()
|
||||
add_feature_info(voip OFF "GStreamer could not be found on your system.
|
||||
As a consequence call support has been disabled. If you don't want that,
|
||||
make sure gstreamer-sdp-1.0>=1.16 gstreamer-webrtc-1.0>=1.16 can be found
|
||||
via pkgconfig.")
|
||||
add_feature_info(voip OFF "GStreamer could not be found on your system. As a consequence call support has been disabled. If you don't want that, make sure gstreamer-sdp-1.0>=1.16 gstreamer-webrtc-1.0>=1.16 can be found via pkgconfig.")
|
||||
endif()
|
||||
|
||||
# single instance functionality
|
||||
|
|
Loading…
Reference in a new issue