@ -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
a u t o m a t i c a l l y . " )
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.
A s a c o n s e q u e n c e c a l l s u p p o r t h a s b e e n d i s a b l e d . I f y o u d o n ' t w a n t t h a t ,
m a k e s u r e g s t r e a m e r - s d p - 1 . 0 > = 1 . 1 6 g s t r e a m e r - w e b r t c - 1 . 0 > = 1 . 1 6 c a n b e f o u n d
v i a p k g c o n f i g . " )
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 ( )
# s i n g l e i n s t a n c e f u n c t i o n a l i t y