summaryrefslogtreecommitdiff
path: root/gst/mixmatrix/meson.build
blob: 35c2f86880500998eecc55aee1b74ecc03fd25b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
mixmat_sources = [
  'mixmatrix.c',
]

gstmixmatrix = library('gstmixmatrix',
  mixmat_sources,
  c_args : gst_plugins_bad_args,
  include_directories : [configinc],
  dependencies : [gstbase_dep],
  install : true,
  install_dir : plugins_install_dir,
)