summaryrefslogtreecommitdiff
path: root/multimedia/gstreamer1-plugins-bad/files/patch-gst_codectimestamper_meson.build
blob: 22589c9ab4d9e472f937b58065069f9dbf7f3b0d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- gst/codectimestamper/meson.build.orig	2025-03-11 20:14:44 UTC
+++ gst/codectimestamper/meson.build
@@ -28,7 +28,8 @@ gstcodectimestamper = library('gstcodectimestamper',
   codectimestamper_sources,
   c_args : gst_plugins_bad_args + [ '-DGST_USE_UNSTABLE_API' ],
   include_directories : [configinc],
-  dependencies : [gstcodecparsers_dep, gstbase_dep, gstvideo_dep],
+  dependencies : [dependency('gstreamer-codecparsers-1.0', required : true),
+    gstbase_dep, gstvideo_dep],
   install : true,
   install_dir : plugins_install_dir,
 )