adaptivedemux2: Add GStreamer to the deps list

Explicitly dep on GStreamer so as not to accidentally
link to the system version in a git build

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/3453>
This commit is contained in:
Jan Schmidt 2022-11-22 21:57:16 +11:00 committed by GStreamer Marge Bot
parent 6981384184
commit 843f10f7f9

View file

@ -105,7 +105,7 @@ if default_library in ['static', 'both']
include_directories: [configinc, libsinc],
c_args: [gst_plugins_good_args, soup_loader_args, soup_loader_args, hls_cargs,
'-DGST_ISOFF_API=G_GNUC_INTERNAL'],
dependencies: [gsttag_dep, gstnet_dep, gstbase_dep,
dependencies: [gst_dep, gsttag_dep, gstnet_dep, gstbase_dep,
gstpbutils_dep, gstapp_dep, soup_dep,
gio_dep, adaptive_xml2_dep,
hls_crypto_dep, libm],