ports/multimedia/gstreamer1-plugins-bad/files/patch-gst_codectimestamper_meson.build

12 lines
545 B
Text

--- 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,
)