diff options
| author | dec05eba <dec05eba@protonmail.com> | 2026-08-01 21:22:04 +0200 |
|---|---|---|
| committer | dec05eba <dec05eba@protonmail.com> | 2026-08-01 21:22:04 +0200 |
| commit | cdb8493eed42c386919280b17bbd31b713a5ac35 (patch) | |
| tree | 54310e33f809ca248b9af6e00a4944a05a1edd19 /meson.build | |
| parent | d02955183135dbc72072492cdfcb35f2387e2c00 (diff) | |
Move windowing setup from main.cpp into windowing module
The recording path and the list commands now share the same windowing
setup code instead of duplicating it.
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 de7d2f2..2568340 100644 --- a/meson.build +++ b/meson.build @@ -35,6 +35,7 @@ src = [ 'src/recorder/audio_codec.c', 'src/recorder/video_codec.c', 'src/recorder/codec_select.c', + 'src/recorder/windowing.c', 'src/egl.c', 'src/cuda.c', 'src/window_texture.c', |
