Merging gst-plugins-bad
[platform/upstream/gstreamer.git] / subprojects / gst-plugins-bad / gst / smooth / meson.build
1 smooth_sources = [
2   'gstsmooth.c',
3 ]
4
5 gstsmooth = 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 )
13 pkgconfig.generate(gstsmooth, install_dir : plugins_pkgconfig_install_dir)
14 plugins += [gstsmooth]