mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-03 16:09:39 +00:00
231a618589
Copied and pasted from gstreamer-vaapi and did a few changes for gst-msdk.
22 lines
462 B
Meson
22 lines
462 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')
|
|
subdir('msdk')
|
|
|
|
executable('playout',
|
|
'playout.c',
|
|
install: true,
|
|
dependencies : [gstbase_dep, gstvideo_dep],
|
|
c_args : ['-DGST_USE_UNSTABLE_API', ],
|
|
)
|