mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-20 04:56:24 +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!
|
# FIXME - Add other missing examples!
|
||||||
subdir('compositor')
|
subdir('compositor')
|
||||||
subdir('mpegts')
|
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