mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +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,
|
link_args : noseh_link_args,
|
||||||
include_directories : [configinc, libsinc],
|
include_directories : [configinc, libsinc],
|
||||||
dependencies : [gst_dep, gstadaptivedemux_dep, gstcodecparsers_dep,
|
dependencies : [gst_dep, gstadaptivedemux_dep, gstcodecparsers_dep,
|
||||||
gsturidownloader_dep, xml28_dep],
|
gsturidownloader_dep, xml28_dep, gio_dep],
|
||||||
install : true,
|
install : true,
|
||||||
install_dir : plugins_install_dir,
|
install_dir : plugins_install_dir,
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue