mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 11:41:09 +00:00
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.
This commit is contained in:
parent
72844211f7
commit
f1353ae41d
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue