mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 15:51:11 +00:00
9 lines
220 B
Meson
9 lines
220 B
Meson
if omx_target == 'rpi'
|
|
subdir ('rpi')
|
|
elif omx_target == 'bellagio'
|
|
subdir ('bellagio')
|
|
elif omx_target == 'zynqultrascaleplus'
|
|
subdir ('zynqultrascaleplus')
|
|
elif omx_target == 'tizonia'
|
|
subdir ('tizonia')
|
|
endif
|