ports/multimedia/gstreamer1-plugins/files/patch-ext_vorbis_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

12 lines
521 B
Text

--- ext/vorbis/meson.build.orig 2022-09-07 21:09:11 UTC
+++ ext/vorbis/meson.build
@@ -31,7 +31,8 @@ if vorbis_dep.found()
c_args : gst_plugins_base_args,
link_args : noseh_link_args,
include_directories: [configinc, libsinc],
- dependencies : vorbis_deps + [audio_dep, tag_dep, gst_dep, gst_base_dep],
+ dependencies : vorbis_deps + [dependency('gstreamer-audio-1.0'),
+ dependency('gstreamer-tag-1.0'), gst_dep, gst_base_dep],
install : true,
install_dir : plugins_install_dir,
)