mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 22:00:31 -04:00
12 lines
540 B
Text
12 lines
540 B
Text
--- ext/theora/meson.build.orig 2022-09-13 20:18:31 UTC
|
|
+++ ext/theora/meson.build
|
|
@@ -21,7 +21,8 @@ if theoradec_dep.found() or theoraenc_dep.found()
|
|
c_args : gst_plugins_base_args,
|
|
link_args : noseh_link_args,
|
|
include_directories: [configinc, libsinc],
|
|
- dependencies : theora_deps + [video_dep, tag_dep, gst_dep, gst_base_dep],
|
|
+ dependencies : theora_deps + [dependency('gstreamer-video-1.0'),
|
|
+ dependency('gstreamer-tag-1.0'), gst_base_dep],
|
|
install : true,
|
|
install_dir : plugins_install_dir,
|
|
)
|