gstreamer/config/meson.build
Matthew Waters ed5f63c9ef build: add meson build definition
Currently only been tested on the RPi within gst-build.
2017-01-18 15:23:42 +11:00

5 lines
98 B
Meson

if omx_target == 'rpi'
subdir ('rpi')
elif omx_target == 'bellagio'
subdir ('bellagio')
endif