summaryrefslogtreecommitdiff
path: root/gst/codecalpha/meson.build
blob: 1c9d3b34eff3fa877b31554dc06f2c871f68e684 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
codecalpha_sources = [
  'gstplugin.c',
  'gstcodecalphademux.c',
]

gstcodecalpha = library('gstcodecalpha',
  codecalpha_sources,
  c_args : gst_plugins_bad_args,
  include_directories : [configinc],
  dependencies : [gstvideo_dep],
  install : true,
  install_dir : plugins_install_dir,
)
pkgconfig.generate(gstcodecalpha, install_dir : plugins_pkgconfig_install_dir)
plugins += [gstcodecalpha]