mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
13a43757f5
We are now always checking which files are present or not, even when using our internal copy of OMX, rather than hardcoding the ones present in it. https://bugzilla.gnome.org/show_bug.cgi?id=792043
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,
|
|
)
|