summaryrefslogtreecommitdiff
path: root/gst/videoframe_audiolevel/meson.build
blob: b21ae88ba77dfe82ba0b30eac37b3c4f26478fd2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
videoframe_audiolevel_sources = [
  'gstvideoframe-audiolevel.c',
]

gstvideoframe_audiolevel = library('gstvideoframe_audiolevel',
  videoframe_audiolevel_sources,
  c_args : gst_plugins_bad_args,
  include_directories : [configinc],
  dependencies : [gstvideo_dep, gstaudio_dep, libm],
  install : true,
  install_dir : plugins_install_dir,
)