diff options
| author | 2025-01-19 10:49:22 -0500 | |
|---|---|---|
| committer | 2025-01-19 10:49:22 -0500 | |
| commit | 474ccfd0534e03cfcde94fe0f94e3028ed65366a (patch) | |
| tree | 810dac88717911874f365ae04644d67482bc3a5f /.gitignore | |
| parent | 7dccc2559d0237eda0bf9510d292bb309afded66 (diff) | |
| download | camu-474ccfd0534e03cfcde94fe0f94e3028ed65366a.tar.gz camu-474ccfd0534e03cfcde94fe0f94e3028ed65366a.tar.bz2 camu-474ccfd0534e03cfcde94fe0f94e3028ed65366a.zip | |
Add DVD boilerplate
- Work on FFmpeg hwframes context support
- Raspberry Pi testing
- Update color_palette
Signed-off-by: Andrew Opalach <andrew@akon.city>
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -5,6 +5,7 @@ compile_commands.json data/ docs/**/*.html env/bin/ +result src/portal/cpy/portal.c src/portal/cpy/portal.h src/portal/py/config.py @@ -57,6 +58,7 @@ subprojects/stela/ subprojects/vulkan.wrap subprojects/vulkan/ subprojects/wayland-protocols.wrap +subprojects/wayland-protocols/ subprojects/wlr-protocols.wrap subprojects/wlr-protocols/ subprojects/wuffs/ |