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