diff options
| author | 2026-04-13 17:01:47 -0400 | |
|---|---|---|
| committer | 2026-04-13 17:01:47 -0400 | |
| commit | 77b54c35bf9587450cd636e0d7df37e190e28bfb (patch) | |
| tree | a290efdd8b09066847199f3f52a32be70d24ef51 /src/codec/wuffs.c | |
| parent | 20617b9c80cf8d8051ecdb53a2c22f68c012f21b (diff) | |
| download | camu-77b54c35bf9587450cd636e0d7df37e190e28bfb.tar.gz camu-77b54c35bf9587450cd636e0d7df37e190e28bfb.tar.bz2 camu-77b54c35bf9587450cd636e0d7df37e190e28bfb.zip | |
Smaller stuff that went uncommitted
Signed-off-by: Andrew Opalach <andrew@akon.city>
Diffstat (limited to 'src/codec/wuffs.c')
| -rw-r--r-- | src/codec/wuffs.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/codec/wuffs.c b/src/codec/wuffs.c index 6ae81d9..7050fb4 100644 --- a/src/codec/wuffs.c +++ b/src/codec/wuffs.c @@ -8,7 +8,11 @@ #define WUFFS_CONFIG__MODULE__JPEG #define WUFFS_CONFIG__MODULE__IMAGE #define WUFFS_IMPLEMENTATION +#ifdef CAMU_LOCAL_WUFFS #include <wuffs-unsupported-snapshot.c> +#else +#include <wuffs/wuffs-v0.4.c> +#endif #include "wuffs.h" #include "common.h" |