summaryrefslogtreecommitdiff
path: root/src/codec/wuffs.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/codec/wuffs.c')
-rw-r--r--src/codec/wuffs.c4
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"