mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-08 18:39:54 +00:00
21 lines
450 B
Meson
21 lines
450 B
Meson
# FIXME - Add other missing examples!
|
|
#subdir('audiomixmatrix')
|
|
#subdir('avsamplesink')
|
|
#subdir('camerabin2')
|
|
#subdir('codecparsers')
|
|
subdir('compositor')
|
|
#subdir('directfb')
|
|
#subdir('ipcpipeline')
|
|
subdir('mpegts')
|
|
#subdir('mxf')
|
|
#subdir('opencv')
|
|
#subdir('uvch264')
|
|
subdir('waylandsink')
|
|
subdir('webrtc')
|
|
|
|
executable('playout',
|
|
'playout.c',
|
|
install: true,
|
|
dependencies : [gstbase_dep, gstvideo_dep],
|
|
c_args : ['-DGST_USE_UNSTABLE_API', ],
|
|
)
|