emote2ss

Animated webp to spritesheets converting tool
git clone git://bsandro.tech/emote2ss
Log | Files | Refs | README | LICENSE

commit e0cef1334a18540e75cce81d591c10dd334801c7
parent 928e98bc0458e5e329888a3f950f1867859f4206
Author: bsandro <email@bsandro.tech>
Date:   Sun, 30 Jul 2023 16:37:10 +0300

Merge branch 'gui' of bsandro.tech:~/repos/emote2ss into gui

Diffstat:
Mcli/main.c | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/cli/main.c b/cli/main.c @@ -23,6 +23,10 @@ #include <linux/limits.h> #endif +#ifdef __APPLE__ +#include <limits.h> +#endif + #define NUM_CHANNELS 4 static void print_webp_version() {