aboutsummaryrefslogtreecommitdiffhomepage
path: root/meson.build
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2026-08-01 23:02:07 +0200
committerdec05eba <dec05eba@protonmail.com>2026-08-01 23:02:07 +0200
commit40b6a13d14680cfacb3cdb59f04224540b80d9e4 (patch)
treed50c5eb6ae5de196e9ae90207bc172f719169866 /meson.build
parentbd12a0ede46bbd92510f1cd82b04383e4a9e83c8 (diff)
Move muxing and replay saving from main.cpp into muxer and replay_save modules
Replay saving uses a pthread with an owning result struct instead of std::future and a global output filepath.
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 2 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index d56b21c..3b455a4 100644
--- a/meson.build
+++ b/meson.build
@@ -41,6 +41,8 @@ src = [
'src/recorder/audio_input.c',
'src/recorder/audio_capture.c',
'src/recorder/recording_clock.c',
+ 'src/recorder/muxer.c',
+ 'src/recorder/replay_save.c',
'src/egl.c',
'src/cuda.c',
'src/window_texture.c',