summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorAlessandro Decina <alessandro.d@gmail.com>2017-07-20 18:43:11 +1000
committerAlessandro Decina <alessandro.d@gmail.com>2017-07-20 18:44:25 +1000
commitf33b2fcf4c289d9d409bce1b72047dd76d25bcb5 (patch)
treee1ac069741411e9f6921b960a4419ba67d53855f /ext
parent85e5c7b4d9dcad22a32fa737f9ec83518aa16103 (diff)
downloadgstreamer-plugins-bad-f33b2fcf4c289d9d409bce1b72047dd76d25bcb5.tar.gz
meson: make smoothstreaming depend on gio
Diffstat (limited to 'ext')
-rw-r--r--ext/smoothstreaming/meson.build2
1 files changed, 1 insertions, 1 deletions
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,
)