From f1353ae41d9f222dbf15408985f8f349eeac8465 Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Tue, 7 Jan 2020 10:24:19 +0530 Subject: meson: display OMX target when configuring I'm adding more gst-omx CI ( https://gitlab.freedesktop.org/gstreamer/gst-ci/issues/20 ) having the OMX targets displayed in the logs makes things clearer. --- meson.build | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meson.build b/meson.build index 714996a..afc14f3 100644 --- a/meson.build +++ b/meson.build @@ -220,6 +220,8 @@ else error ('Unsupported omx target specified. Use the -Dtarget option') endif +message ('OMX target: ' + omx_target) + extra_video_headers = '' # Check for optional OpenMAX extension headers -- cgit v1.2.1