mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-07 09:59:55 +00:00
8 lines
216 B
Meson
8 lines
216 B
Meson
executable('listcomponents',
|
|
'listcomponents.c',
|
|
install: false,
|
|
include_directories : [configinc, omx_inc],
|
|
dependencies : [glib_dep, gmodule_dep],
|
|
link_with: [],
|
|
c_args : gst_omx_args + extra_c_args,
|
|
)
|