aboutsummaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2025-04-22 00:07:20 +0200
committerdec05eba <dec05eba@protonmail.com>2025-04-22 00:07:20 +0200
commit1fd30187fa22979e30def8f91db8bf34291545e3 (patch)
tree719e1a3b7c77bf023abdf790df41f3891b88cd5e /meson.build
parent8b11abd404c75b33189cf9ae92d3ba7408b7aa11 (diff)
Move encoding code from video encoder to encoder, since it also processes audio input
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index e47359e..1d386da 100644
--- a/meson.build
+++ b/meson.build
@@ -14,6 +14,7 @@ src = [
'src/capture/xcomposite.c',
'src/capture/ximage.c',
'src/capture/kms.c',
+ 'src/encoder/encoder.c',
'src/encoder/video/video.c',
'src/encoder/video/nvenc.c',
'src/encoder/video/vaapi.c',