aboutsummaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2024-07-05 01:59:04 +0200
committerdec05eba <dec05eba@protonmail.com>2024-07-05 10:33:47 +0200
commitb9fa7f2fa25ee37c87077bce468c95e48fce5c18 (patch)
tree3aff293110d8405e8057edb9c757f6e630c22de2 /meson.build
parent62d61fda12e3774fee6b671e44fb89bd2ef8da8c (diff)
Separate video encoding method from capture method
With this instead of kms_cuda/kms_vaapi/kms_software and xcomposite_cuda/xcomposite_vaapi/xcomposite_software there is now only kms and xcomposite.
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build6
1 files changed, 0 insertions, 6 deletions
diff --git a/meson.build b/meson.build
index 31e849f..a25b84e 100644
--- a/meson.build
+++ b/meson.build
@@ -12,12 +12,6 @@ src = [
'src/capture/capture.c',
'src/capture/nvfbc.c',
'src/capture/xcomposite.c',
- 'src/capture/xcomposite_cuda.c',
- 'src/capture/xcomposite_vaapi.c',
- 'src/capture/xcomposite_software.c',
- 'src/capture/kms_cuda.c',
- 'src/capture/kms_vaapi.c',
- 'src/capture/kms_software.c',
'src/capture/kms.c',
'src/egl.c',
'src/cuda.c',