mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
12 lines
545 B
Text
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,
|
|
)
|