enable #include "cvconfig.h" in highgui on Windows. That should fix camera capture.
This commit is contained in:
parent
0e45a637c4
commit
8b48eebeee
@ -58,9 +58,8 @@
|
|||||||
#include <ctype.h>
|
#include <ctype.h>
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
|
|
||||||
#if !defined WIN32 && !defined _WIN32
|
|
||||||
#include "cvconfig.h"
|
#include "cvconfig.h"
|
||||||
#else
|
#if defined WIN32 || defined _WIN32
|
||||||
void FillBitmapInfo( BITMAPINFO* bmi, int width, int height, int bpp, int origin );
|
void FillBitmapInfo( BITMAPINFO* bmi, int width, int height, int bpp, int origin );
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user