mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 01:00:37 +00:00
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:
parent
7127e88389
commit
0f1ba5b2f2
1 changed files with 2 additions and 1 deletions
|
@ -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,
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue