mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 16:21:17 +00:00
19 lines
404 B
Meson
19 lines
404 B
Meson
subdir('audiomixmatrix')
|
|
subdir('avsamplesink')
|
|
subdir('camerabin2')
|
|
subdir('codecparsers')
|
|
subdir('directfb')
|
|
subdir('ipcpipeline')
|
|
subdir('mpegts')
|
|
subdir('mxf')
|
|
subdir('opencv', if_found: opencv_dep)
|
|
subdir('uvch264')
|
|
subdir('waylandsink')
|
|
subdir('webrtc')
|
|
|
|
executable('playout',
|
|
'playout.c',
|
|
install: true,
|
|
dependencies : [gstbase_dep, gstvideo_dep],
|
|
c_args : ['-DGST_USE_UNSTABLE_API', ],
|
|
)
|