mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 08:11:16 +00:00
187cb02d52
This is fork of win32-videooverlay in -base but more d3d11videosink specific one.
21 lines
447 B
Meson
21 lines
447 B
Meson
subdir('audiomixmatrix')
|
|
subdir('avsamplesink')
|
|
subdir('camerabin2')
|
|
subdir('codecparsers')
|
|
subdir('d3d11videosink')
|
|
subdir('directfb')
|
|
subdir('ipcpipeline')
|
|
subdir('mpegts')
|
|
subdir('mxf')
|
|
subdir('nvcodec')
|
|
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', ],
|
|
)
|