2018-10-08 22:47:42 +00:00
|
|
|
subdir('audiomixmatrix')
|
|
|
|
subdir('avsamplesink')
|
|
|
|
subdir('camerabin2')
|
|
|
|
subdir('codecparsers')
|
2021-10-10 08:04:13 +00:00
|
|
|
subdir('d3d11')
|
2018-10-08 22:47:42 +00:00
|
|
|
subdir('directfb')
|
2021-12-08 08:30:21 +00:00
|
|
|
subdir('gtk')
|
2018-11-26 00:58:16 +00:00
|
|
|
subdir('ipcpipeline')
|
2022-03-26 14:48:46 +00:00
|
|
|
subdir('mediafoundation')
|
2017-10-03 21:16:15 +00:00
|
|
|
subdir('mpegts')
|
2020-08-03 11:45:49 +00:00
|
|
|
subdir('msdk')
|
2018-10-08 22:47:42 +00:00
|
|
|
subdir('mxf')
|
2019-09-06 03:52:37 +00:00
|
|
|
subdir('nvcodec')
|
2018-11-26 00:58:16 +00:00
|
|
|
subdir('opencv', if_found: opencv_dep)
|
2022-03-27 14:27:54 +00:00
|
|
|
subdir('qsv')
|
2018-10-08 22:47:42 +00:00
|
|
|
subdir('uvch264')
|
2020-08-03 11:50:23 +00:00
|
|
|
subdir('va')
|
2018-06-06 18:31:43 +00:00
|
|
|
subdir('waylandsink')
|
2017-01-31 09:56:59 +00:00
|
|
|
subdir('webrtc')
|
2019-12-08 11:49:20 +00:00
|
|
|
subdir('wpe')
|
2017-11-24 20:17:02 +00:00
|
|
|
|
2017-11-24 20:48:19 +00:00
|
|
|
executable('playout',
|
|
|
|
'playout.c',
|
|
|
|
install: true,
|
|
|
|
dependencies : [gstbase_dep, gstvideo_dep],
|
|
|
|
c_args : ['-DGST_USE_UNSTABLE_API', ],
|
|
|
|
)
|