From: Arnaud Vrac Date: Wed, 21 Feb 2024 12:45:47 +0000 (+0100) Subject: adaptivedemux2: fix build with recent meson X-Git-Tag: 1.24.0~78 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9e2e456d9f5c9d54350f37e6610875c898f6c56c;p=platform%2Fupstream%2Fgstreamer.git adaptivedemux2: fix build with recent meson Part-of: --- diff --git a/subprojects/gst-plugins-good/ext/adaptivedemux2/meson.build b/subprojects/gst-plugins-good/ext/adaptivedemux2/meson.build index ad83a09166..711b38a2a9 100644 --- a/subprojects/gst-plugins-good/ext/adaptivedemux2/meson.build +++ b/subprojects/gst-plugins-good/ext/adaptivedemux2/meson.build @@ -56,6 +56,7 @@ hls_dep = dependency('', required : false) adaptivedemux2_dep = dependency('', required : false) adaptivedemux2_opt = get_option('adaptivedemux2') +soup_opt = get_option('soup') soup_ver_opt = get_option('soup-version') if adaptivedemux2_opt.disabled() message('Not building adaptivedemux2 plugin because it was disabled')