meson: Build playout example
[platform/upstream/gstreamer.git] / tests / examples / meson.build
1 # FIXME - Add other missing examples!
2 subdir('compositor')
3 subdir('mpegts')
4
5 if build_gstgl and gstgl_dep.found()
6   executable('playout',
7       'playout.c',
8       install: true,
9       dependencies : [gstgl_dep],
10       c_args : ['-DGST_USE_UNSTABLE_API', ],
11       )
12 endif