mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-22 00:06:36 +00:00
13c90b606a
Adding a new library for HLSL compile and compiled bytecode caching. This library will be used by d3d11 and d3d12 library/plugin, in order to reuse single HLSL code and compiled HLSL bytecode. Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/6434>
28 lines
499 B
Meson
28 lines
499 B
Meson
subdir('uridownloader')
|
|
|
|
subdir('adaptivedemux')
|
|
subdir('audio')
|
|
subdir('basecamerabinsrc')
|
|
subdir('codecparsers')
|
|
subdir('codecs')
|
|
subdir('d3dshader')
|
|
subdir('d3d11')
|
|
# cuda can depend on d3d11
|
|
subdir('cuda')
|
|
subdir('dxva')
|
|
subdir('insertbin')
|
|
subdir('interfaces')
|
|
subdir('isoff')
|
|
subdir('mpegts')
|
|
subdir('mse')
|
|
subdir('opencv')
|
|
subdir('play')
|
|
subdir('player')
|
|
subdir('sctp')
|
|
subdir('transcoder')
|
|
subdir('va')
|
|
subdir('vulkan')
|
|
subdir('wayland')
|
|
subdir('webrtc')
|
|
subdir('winrt')
|
|
subdir('analytics')
|