Sign in
coral
/
mtk-gstreamer
/
08d2ca4b5dd35282314acea851a43c235170e89e
/
.
/
tests
/
examples
/
adapter
/
meson.build
blob: 200c5c4ab4b68744f08325f1ddb7dc636f8d5ccc [
file
] [
log
] [
blame
]
if
cdata
.
has
(
'HAVE_SYS_TIMES_H'
)
and
cdata
.
has
(
'HAVE_UNISTD_H'
)
executable
(
'adapter_test'
,
'adapter_test.c'
,
install
:
false
,
dependencies
:
[
glib_dep
,
gobject_dep
,
gmodule_dep
,
mathlib
,
gst_dep
,
gst_base_dep
],
c_args
:
gst_c_args
,
)
endif