Compile fix

This commit is contained in:
AlexeyAB
2018-09-28 20:43:47 +03:00
parent 5cc2a7e20d
commit c02216120b

View File

@ -23,6 +23,7 @@
#include "http_stream.h"
#endif
extern int check_mistakes;
int windows = 0;
float colors[6][3] = { {1,0,1}, {0,0,1},{0,1,1},{0,1,0},{1,1,0},{1,0,0} };
@ -961,8 +962,6 @@ image ipl_to_image(IplImage* src)
return out;
}
extern int check_mistakes;
image load_image_cv(char *filename, int channels)
{
IplImage* src = 0;