gstreamer/tests/examples/meson.build
2017-11-24 15:25:47 -05:00

12 lines
271 B
Meson

# 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