mirror of
https://github.com/openmv/openmv.git
synced 2025-11-04 14:49:50 +08:00
Disable qrcodes if not used.
This commit is contained in:
parent
291b06db13
commit
333e5417b1
@ -4,7 +4,7 @@
|
||||
*/
|
||||
|
||||
#include "imlib.h"
|
||||
|
||||
#ifdef IMLIB_ENABLE_QRCODES
|
||||
////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
//////// "quirc.h"
|
||||
////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
@ -3011,3 +3011,4 @@ void imlib_find_qrcodes(list_t *out, image_t *ptr, rectangle_t *roi)
|
||||
|
||||
quirc_destroy(controller);
|
||||
}
|
||||
#endif //IMLIB_ENABLE_QRCODES
|
||||
|
||||
Loading…
Reference in New Issue
Block a user