PR: 261585 Reviewed by: riggs,jbeich,tcberner Differential Revision: https://reviews.freebsd.org/D36850
12 lines
418 B
Plaintext
12 lines
418 B
Plaintext
--- ext/openjpeg/meson.build.orig 2022-09-12 08:53:57 UTC
|
|
+++ ext/openjpeg/meson.build
|
|
@@ -18,7 +18,7 @@ if openjpeg_dep.found()
|
|
link_args : noseh_link_args,
|
|
include_directories : [configinc],
|
|
dependencies : [gst_dep, gstvideo_dep, openjpeg_dep,
|
|
- gstcodecparsers_dep, libm],
|
|
+ dependency('gstreamer-codecparsers-1.0'), libm],
|
|
install : true,
|
|
install_dir : plugins_install_dir,
|
|
)
|