summaryrefslogtreecommitdiff
path: root/gst/patchdetect/meson.build
blob: 1ee77346905744a36c014e8e96b7d7bf74798c94 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
patch_sources = [
  'gstpatchdetect.c',
]

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