summaryrefslogtreecommitdiff
path: root/multimedia/gstreamer1-plugins/files/patch-ext_theora_meson.build
blob: e0df4cdc08b77ef9c1afdc5d9d8359784df58ced (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- ext/theora/meson.build.orig	2025-03-11 20:14:44 UTC
+++ ext/theora/meson.build
@@ -36,7 +36,8 @@ if theoradec_dep.found() or theoraenc_dep.found()
     c_args : gst_plugins_base_args,
     link_args : noseh_link_args,
     include_directories: [configinc, libsinc],
-    dependencies : theora_deps + [video_dep, tag_dep, gst_dep, gst_base_dep],
+    dependencies : theora_deps + [dependency('gstreamer-video-1.0'),
+      dependency('gstreamer-tag-1.0'), gst_base_dep],
     install : true,
     install_dir : plugins_install_dir,
   )