mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-11 09:55:36 +00:00
meson: Playout example has not GL deps
This commit is contained in:
parent
b41f190130
commit
d8ee5a0c31
1 changed files with 6 additions and 8 deletions
|
@ -15,11 +15,9 @@ subdir('mpegts')
|
|||
#subdir('uvch264')
|
||||
#subdir('waylandsink')
|
||||
|
||||
if build_gstgl and gstgl_dep.found()
|
||||
executable('playout',
|
||||
'playout.c',
|
||||
install: true,
|
||||
dependencies : [gstgl_dep],
|
||||
c_args : ['-DGST_USE_UNSTABLE_API', ],
|
||||
)
|
||||
endif
|
||||
executable('playout',
|
||||
'playout.c',
|
||||
install: true,
|
||||
dependencies : [gstbase_dep, gstvideo_dep],
|
||||
c_args : ['-DGST_USE_UNSTABLE_API', ],
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue