mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-06 17:39:47 +00:00
1bf237e767
... with d3d11 desktop capture device provider Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1103>
24 lines
480 B
Meson
24 lines
480 B
Meson
subdir('audiomixmatrix')
|
|
subdir('avsamplesink')
|
|
subdir('camerabin2')
|
|
subdir('codecparsers')
|
|
subdir('d3d11')
|
|
subdir('directfb')
|
|
subdir('ipcpipeline')
|
|
subdir('mpegts')
|
|
subdir('msdk')
|
|
subdir('mxf')
|
|
subdir('nvcodec')
|
|
subdir('opencv', if_found: opencv_dep)
|
|
subdir('uvch264')
|
|
subdir('va')
|
|
subdir('waylandsink')
|
|
subdir('webrtc')
|
|
subdir('wpe')
|
|
|
|
executable('playout',
|
|
'playout.c',
|
|
install: true,
|
|
dependencies : [gstbase_dep, gstvideo_dep],
|
|
c_args : ['-DGST_USE_UNSTABLE_API', ],
|
|
)
|