adaptivedemux2: fix build with recent meson

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/6198>
This commit is contained in:
Arnaud Vrac 2024-02-21 13:45:47 +01:00 committed by Nirbheek Chauhan
parent 2b121be8f0
commit 0db7773d5b

View file

@ -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')