summaryrefslogtreecommitdiff
path: root/multimedia/gstreamer1-plugins-bad/files/patch-ext_dash_meson.build
blob: 22ec3d0bbed105ebf5cbc09e704be47c61811a4e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
--- ext/dash/meson.build.orig	2025-03-11 20:14:44 UTC
+++ ext/dash/meson.build
@@ -89,9 +89,15 @@ if xml2_dep.found()
     c_args : gst_plugins_bad_args + ['-DGST_USE_UNSTABLE_API'],
     link_args : noseh_link_args,
     include_directories : [configinc, libsinc],
-    dependencies : [gstadaptivedemux_dep, gsturidownloader_dep, gsttag_dep,
-                    gstnet_dep, gstpbutils_dep, gstbase_dep, gstisoff_dep,
-                    gio_dep, xml2_dep],
+    dependencies : [cc.find_library('gstadaptivedemux-1.0', required : true),
+      cc.find_library('gsturidownloader-1.0', required : true),
+      dependency('gstreamer-tag-1.0'),
+      dependency('gstreamer-net-1.0'),
+      dependency('gstreamer-pbutils-1.0'),
+      gstbase_dep,
+      cc.find_library('gstisoff-1.0', required : true),
+      gio_dep,
+      xml2_dep],
     install : true,
     install_dir : plugins_install_dir,
   )