diff options
| author | dec05eba <dec05eba@protonmail.com> | 2026-08-01 21:38:28 +0200 |
|---|---|---|
| committer | dec05eba <dec05eba@protonmail.com> | 2026-08-01 21:38:28 +0200 |
| commit | e91f1c0b75968c576fd5adb1738737cb19dd6094 (patch) | |
| tree | 2b29aa2577d2f30f66ffc13e192dd4ab2fbd23c5 /meson.build | |
| parent | de8954256578e1805fc5b92a0719190de784d3c0 (diff) | |
Move audio input parsing and validation from main.cpp into audio_input module
Diffstat (limited to 'meson.build')
| -rw-r--r-- | meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build index af5473d..c751f9e 100644 --- a/meson.build +++ b/meson.build @@ -38,6 +38,7 @@ src = [ 'src/recorder/windowing.c', 'src/recorder/capture_source.c', 'src/recorder/capture_setup.c', + 'src/recorder/audio_input.c', 'src/egl.c', 'src/cuda.c', 'src/window_texture.c', |
