mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
meson: Build playout example
This commit is contained in:
parent
93d29e8030
commit
78a7fe013c
1 changed files with 9 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue