gstreamer/subprojects/gst-plugins-bad/gst-libs/gst/meson.build
Seungha Yang 729c11cb0c dxva: Add DXVA decoder baseclass implementation
Extract Direct3D version independent common DXVA logic from d3d11
decoder so that it can be used by the other APIs (D3D9 and D3D12)
as well

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/4161>
2023-09-17 18:30:03 +09:00

26 lines
445 B
Meson

subdir('uridownloader')
subdir('adaptivedemux')
subdir('audio')
subdir('basecamerabinsrc')
subdir('codecparsers')
subdir('codecs')
subdir('d3d11')
# cuda can depend on d3d11
subdir('cuda')
subdir('dxva')
subdir('insertbin')
subdir('interfaces')
subdir('isoff')
subdir('mpegts')
subdir('opencv')
subdir('play')
subdir('player')
subdir('sctp')
subdir('transcoder')
subdir('va')
subdir('vulkan')
subdir('wayland')
subdir('webrtc')
subdir('winrt')