aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/gstreamer1-plugins-bad/files/patch-ext_smoothstreaming_meson.build
blob: 84232ea598d283df798ccc536885451f2938e8a4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
--- ext/smoothstreaming/meson.build.orig	2025-03-11 20:14:44 UTC
+++ ext/smoothstreaming/meson.build
@@ -28,8 +28,12 @@ if xml28_dep.found()
     c_args : gst_plugins_bad_args + ['-DGST_USE_UNSTABLE_API'],
     link_args : noseh_link_args,
     include_directories : [configinc, libsinc],
-    dependencies : [gst_dep, gstadaptivedemux_dep, gstcodecparsers_dep,
-		    gsturidownloader_dep, gstisoff_dep, xml28_dep, gio_dep],
+    dependencies : [gst_dep,
+      cc.find_library('gstadaptivedemux-1.0', required : true),
+      dependency('gstreamer-codecparsers-1.0', required : true),
+      cc.find_library('gsturidownloader-1.0', required : true),
+      cc.find_library('gstisoff-1.0', required : true),
+      xml28_dep, gio_dep],
     install : true,
     install_dir : plugins_install_dir,
   )