Sign in
coral
/
mtk-gst-plugins-bad
/
6eef7b71683297835bdd8787b07915b6d198f963
/
.
/
gst
/
smooth
/
meson.build
blob: f266ee1dc13c15d5996694ab2258aa7e706c578b [
file
] [
log
] [
blame
]
smooth_sources
=
[
'gstsmooth.c'
,
]
gstsmooth
=
library
(
'gstsmooth'
,
smooth_sources
,
c_args
:
gst_plugins_bad_args
,
include_directories
:
[
configinc
],
dependencies
:
[
gstbase_dep
,
gstvideo_dep
],
install
:
true
,
install_dir
:
plugins_install_dir
,
)