adaptivedemux2: Add GStreamer to the deps list
authorJan Schmidt <jan@centricular.com>
Tue, 22 Nov 2022 10:57:16 +0000 (21:57 +1100)
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>
Wed, 23 Nov 2022 09:29:14 +0000 (09:29 +0000)
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>

subprojects/gst-plugins-good/ext/adaptivedemux2/meson.build

index 4d8f50a..6f4564d 100644 (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],