mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 14:56:36 +00:00
meson: Add missing examples directory
This will make it more visible what is missing in meson.
This commit is contained in:
parent
78a7fe013c
commit
b41f190130
1 changed files with 13 additions and 0 deletions
|
@ -1,6 +1,19 @@
|
||||||
# FIXME - Add other missing examples!
|
# FIXME - Add other missing examples!
|
||||||
|
#subdir('audiomixmatrix')
|
||||||
|
#subdir('avsamplesink')
|
||||||
|
#subdir('camerabin2')
|
||||||
|
#subdir('codecparsers')
|
||||||
subdir('compositor')
|
subdir('compositor')
|
||||||
|
#subdir('directfb')
|
||||||
|
#subdir('gl')
|
||||||
|
#subdir('gtk')
|
||||||
|
#subdir('ipcpipeline')
|
||||||
subdir('mpegts')
|
subdir('mpegts')
|
||||||
|
#subdir('mxf')
|
||||||
|
#subdir('opencv')
|
||||||
|
#subdir('qt')
|
||||||
|
#subdir('uvch264')
|
||||||
|
#subdir('waylandsink')
|
||||||
|
|
||||||
if build_gstgl and gstgl_dep.found()
|
if build_gstgl and gstgl_dep.found()
|
||||||
executable('playout',
|
executable('playout',
|
||||||
|
|
Loading…
Reference in a new issue