Add hot-reloadable charsets, expand output buffer sizing and macOS build support

This commit is contained in:
Harshit-Dhanwalkar 2026-06-17 15:52:43 +05:30
parent b179ccb32c
commit 9963f01810
10 changed files with 897 additions and 163 deletions

View file

@ -1,10 +1,11 @@
#ifdef PLATFORM_LINUX
#include "nolibc.h"
#include "ascii.h"
#include "capture.h"
#include "platform.h"
#ifdef PLATFORM_LINUX
#include "nolibc.h"
#include <linux/videodev2.h>
#include <stdint.h>
@ -126,4 +127,4 @@ void webcam_cleanup(webcam_t *cam) {
cam->impl = (webcam_impl_t *)0;
}
#endif /* PLATFORM_LINUX */
#endif