From b4241eb94aefb42a06a885f04955ac560e1bc855 Mon Sep 17 00:00:00 2001 From: Marvin W Date: Fri, 3 Jan 2025 19:10:22 +0100 Subject: Meson: Add build option summary --- plugins/rtp/meson.build | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'plugins/rtp/meson.build') diff --git a/plugins/rtp/meson.build b/plugins/rtp/meson.build index a8cadeaf..a2bae51b 100644 --- a/plugins/rtp/meson.build +++ b/plugins/rtp/meson.build @@ -71,3 +71,12 @@ endif lib_rtp = shared_library('rtp', sources, name_prefix: '', c_args: c_args, vala_args: vala_args, include_directories: include_directories('src'), dependencies: dependencies, install: true, install_dir: get_option('libdir') / 'dino/plugins') dep_rtp = declare_dependency(link_with: lib_rtp, include_directories: include_directories('.')) +summary('Voice/video calls (rtp)', dep_rtp, section: 'Plugins') + +if dep_rtp.found() + summary('H264 codec', get_option('plugin-rtp-h264').allowed(), section: 'RTP configuration') + summary('VP9 codec', get_option('plugin-rtp-vp9').allowed(), section: 'RTP configuration') + summary('Intel MediaSDK', get_option('plugin-rtp-msdk').allowed(), section: 'RTP configuration') + summary('Video Acceleration API', get_option('plugin-rtp-vaapi').allowed(), section: 'RTP configuration') + summary('Voice preprocessing', dep_webrtc_audio_processing.found(), section: 'RTP configuration') +endif -- cgit v1.2.3-70-g09d2