mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 02:31:03 +00:00
meson: make smoothstreaming depend on gio
This commit is contained in:
parent
85e5c7b4d9
commit
f33b2fcf4c
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ if xml28_dep.found()
|
|||
link_args : noseh_link_args,
|
||||
include_directories : [configinc, libsinc],
|
||||
dependencies : [gst_dep, gstadaptivedemux_dep, gstcodecparsers_dep,
|
||||
gsturidownloader_dep, xml28_dep],
|
||||
gsturidownloader_dep, xml28_dep, gio_dep],
|
||||
install : true,
|
||||
install_dir : plugins_install_dir,
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue