dash: add build-dep on pbutils

Fixes dependency issues:

FAILED: subprojects/gst-plugins-bad/ext/dash/8bd0b95@@gstdash@sha/gstdashsink.c.obj
cl @subprojects/gst-plugins-bad/ext/dash/8bd0b95@@gstdash@sha/gstdashsink.c.obj.rsp
C:\builds\ystreet\gst-plugins-base\gst-build\subprojects\gst-plugins-base\gst-libs\gst/pbutils/pbutils.h(30): fatal error C1083: Cannot open include file: 'gst/pbutils/pbutils-enumtypes.h': No such file or directory
This commit is contained in:
Matthew Waters 2020-03-03 14:27:32 +11:00 committed by GStreamer Merge Bot
parent 7127e88389
commit 0f1ba5b2f2

View file

@ -46,7 +46,8 @@ if xml2_dep.found()
link_args : noseh_link_args,
include_directories : [configinc, libsinc],
dependencies : [gstadaptivedemux_dep, gsturidownloader_dep, gsttag_dep,
gstnet_dep, gstbase_dep, gstisoff_dep, gio_dep, xml2_dep],
gstnet_dep, gstpbutils_dep, gstbase_dep, gstisoff_dep,
gio_dep, xml2_dep],
install : true,
install_dir : plugins_install_dir,
)