mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-07 07:58:51 +00:00
meson: winscreencap depends on gstvideo
https://bugzilla.gnome.org/show_bug.cgi?id=773114
This commit is contained in:
parent
7ce5fabc82
commit
3f93d7c3d3
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ if host_system == 'windows' and cc.has_header('d3d9.h')
|
||||||
winscreencap_sources,
|
winscreencap_sources,
|
||||||
c_args : gst_plugins_bad_args,
|
c_args : gst_plugins_bad_args,
|
||||||
include_directories : [configinc],
|
include_directories : [configinc],
|
||||||
dependencies : [gstbase_dep] + winscreencap_dep,
|
dependencies : [gstbase_dep, gstvideo_dep] + winscreencap_dep,
|
||||||
install : true,
|
install : true,
|
||||||
install_dir : plugins_install_dir,
|
install_dir : plugins_install_dir,
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue