Sign in
coral
/
imx-gst-plugins-bad
/
951ddc6ece7e8a7aea94e27d71b2f88bc37add1f
/
.
/
gst
/
mixmatrix
/
meson.build
blob: 35c2f86880500998eecc55aee1b74ecc03fd25b3 [
file
] [
log
] [
blame
]
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
,
)