ci: use 8 parallel jobs for the integration test suite
[platform/upstream/gstreamer.git] / subprojects / gst-plugins-good / gst / effectv / meson.build
1 effect_sources = [
2   'gsteffectv.c', 'gstedge.c', 'gstaging.c', 'gstdice.c', 'gstwarp.c',
3   'gstshagadelic.c', 'gstvertigo.c', 'gstrev.c', 'gstquark.c', 'gstop.c',
4   'gstradioac.c', 'gststreak.c', 'gstripple.c'
5 ]
6
7 gsteffectv = library('gsteffectv',
8   effect_sources,
9   c_args : gst_plugins_good_args,
10   include_directories : [configinc],
11   dependencies : [gst_dep, gstbase_dep, gstvideo_dep, libm],
12   install : true,
13   install_dir : plugins_install_dir,
14 )
15 plugins += [gsteffectv]