v4l2videodec: Increase v4l2videodecoder rank
[platform/upstream/gst-plugins-good.git] / 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 pkgconfig.generate(gsteffectv, install_dir : plugins_pkgconfig_install_dir)