qtmux: add CineForm support
[platform/upstream/gst-plugins-good.git] / gst / shapewipe / meson.build
1 gstshapewipe = library('gstshapewipe',
2   'gstshapewipe.c',
3   c_args : gst_plugins_good_args,
4   include_directories : [configinc],
5   dependencies : [gio_dep, gst_dep, gstvideo_dep],
6   install : true,
7   install_dir : plugins_install_dir,
8 )