mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 15:51:11 +00:00
ed5f63c9ef
Currently only been tested on the RPi within gst-build.
5 lines
98 B
Meson
5 lines
98 B
Meson
if omx_target == 'rpi'
|
|
subdir ('rpi')
|
|
elif omx_target == 'bellagio'
|
|
subdir ('bellagio')
|
|
endif
|