From f33b2fcf4c289d9d409bce1b72047dd76d25bcb5 Mon Sep 17 00:00:00 2001 From: Alessandro Decina Date: Thu, 20 Jul 2017 18:43:11 +1000 Subject: meson: make smoothstreaming depend on gio --- ext/smoothstreaming/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext') diff --git a/ext/smoothstreaming/meson.build b/ext/smoothstreaming/meson.build index 978553767..1ea4984f6 100644 --- a/ext/smoothstreaming/meson.build +++ b/ext/smoothstreaming/meson.build @@ -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, ) -- cgit v1.2.1