meson: Build playout example

This commit is contained in:
Nicolas Dufresne 2017-11-24 15:17:02 -05:00
parent 93d29e8030
commit 78a7fe013c

View file

@ -1,3 +1,12 @@
# FIXME - Add other missing examples!
subdir('compositor')
subdir('mpegts')
if build_gstgl and gstgl_dep.found()
executable('playout',
'playout.c',
install: true,
dependencies : [gstgl_dep],
c_args : ['-DGST_USE_UNSTABLE_API', ],
)
endif