shithub: jp2

ref: 0d62e74e14ccf4e123d5c2d7af76cb02e695c0ee
dir: /jasper/jas_config.h/

View raw version
#ifndef JAS_CONFIG_H
#define JAS_CONFIG_H

#include <u.h>
#include <libc.h>
#include <stdio.h>
#include <ctype.h>
#include <jasper/jas_compiler.h>
#include <jasper/jas_dll.h>

#define	JAS_VERSION "plan9"
#define JAS_ENABLE_32BIT 1
#define JAS_INCLUDE_JP2_CODEC 1
#define JAS_INCLUDE_JPC_CODEC 1
#define JAS_DEC_DEFAULT_MAX_SAMPLES (64 * ((size_t) 1048576))
#define NDEBUG

typedef usize size_t;

#endif