summaryrefslogtreecommitdiff
path: root/gst/smooth/meson.build
blob: f266ee1dc13c15d5996694ab2258aa7e706c578b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
smooth_sources = [
  'gstsmooth.c',
]

gstsmooth = library('gstsmooth',
  smooth_sources,
  c_args : gst_plugins_bad_args,
  include_directories : [configinc],
  dependencies : [gstbase_dep, gstvideo_dep],
  install : true,
  install_dir : plugins_install_dir,
)