The open imaging DSP library
Loading...
Searching...
No Matches
include
mpix
config.h
1
8
#ifndef MPIX_CONFIG_H
9
#define MPIX_CONFIG_H
10
11
#include <stdbool.h>
12
13
#ifdef HAS_CONFIG_H
14
#include "config.h"
15
#endif
16
17
#ifndef CONFIG_MPIX_LOG_LEVEL
18
#define CONFIG_MPIX_LOG_LEVEL 3
19
#endif
20
21
#endif
/* @} */