gstreamer/subprojects/gst-plugins-good/gst/shapewipe/meson.build

11 lines
342 B
Meson
Raw Normal View History

gstshapewipe = library('gstshapewipe',
'gstshapewipe.c',
c_args : gst_plugins_good_args,
include_directories : [configinc],
dependencies : [gst_dep, gstvideo_dep, gio_dep],
install : true,
install_dir : plugins_install_dir,
)
pkgconfig.generate(gstshapewipe, install_dir : plugins_pkgconfig_install_dir)
2018-10-22 09:39:55 +00:00
plugins += [gstshapewipe]