From 843f10f7f99e9e937b6a8bb13310ce7ee29881e7 Mon Sep 17 00:00:00 2001 From: Jan Schmidt Date: Tue, 22 Nov 2022 21:57:16 +1100 Subject: [PATCH] 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: --- subprojects/gst-plugins-good/ext/adaptivedemux2/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subprojects/gst-plugins-good/ext/adaptivedemux2/meson.build b/subprojects/gst-plugins-good/ext/adaptivedemux2/meson.build index 4d8f50a..6f4564d 100644 --- a/subprojects/gst-plugins-good/ext/adaptivedemux2/meson.build +++ b/subprojects/gst-plugins-good/ext/adaptivedemux2/meson.build @@ -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], -- 2.7.4