1smooth_sources = [
2  'gstsmooth.c',
3]
4
5gstsmooth = library('gstsmooth',
6  smooth_sources,
7  c_args : gst_plugins_bad_args,
8  include_directories : [configinc],
9  dependencies : [gstbase_dep, gstvideo_dep],
10  install : true,
11  install_dir : plugins_install_dir,
12)
13pkgconfig.generate(gstsmooth, install_dir : plugins_pkgconfig_install_dir)
14