1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00
freebsd-ports/multimedia/gstreamer1-plugins-bad/files/patch-gst_codectimestamper_meson.build
Gleb Popov 4a8a17c8c6 multimedia/gstreamer1: Update to 1.22, new stable branch.
PR:		269895
Exp-run by:	antoine
Sponsored by:   Serenity Cybersecurity, LLC
2023-03-09 12:33:30 +03:00

13 lines
543 B
Plaintext

--- gst/codectimestamper/meson.build.orig 2023-02-28 08:03:28 UTC
+++ gst/codectimestamper/meson.build
@@ -9,7 +9,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,
)