diff options
| author | dec05eba <dec05eba@protonmail.com> | 2026-08-01 21:14:46 +0200 |
|---|---|---|
| committer | dec05eba <dec05eba@protonmail.com> | 2026-08-01 21:14:46 +0200 |
| commit | e8fca67df16025598f6ca7bcc31cfdcfb79feb7d (patch) | |
| tree | 4e20ecf3f93b5800ef40a1f48aa94c696a075587 /meson.build | |
| parent | 2b47b9926966b6e81ffda188193eb80653c6f14f (diff) | |
Move audio/video codec setup from main.cpp into C modules
Adds gsr_recorder_settings, a library-friendly settings struct embedded in
args_parser, so the new modules don't depend on the argument parser.
The codec functions return errors instead of exiting.
Diffstat (limited to 'meson.build')
| -rw-r--r-- | meson.build | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meson.build b/meson.build index ebe8440..220ecbf 100644 --- a/meson.build +++ b/meson.build @@ -31,6 +31,9 @@ src = [ 'src/replay_buffer/replay_buffer_ram.c', 'src/replay_buffer/replay_buffer_disk.c', 'src/log.c', + 'src/ffmpeg_utils.c', + 'src/recorder/audio_codec.c', + 'src/recorder/video_codec.c', 'src/egl.c', 'src/cuda.c', 'src/window_texture.c', |
