mirror of
https://github.com/opencv/opencv.git
synced 2024-11-24 03:00:14 +08:00
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 <assert.h>
|
||||
|
||||
#if !defined WIN32 && !defined _WIN32
|
||||
#include "cvconfig.h"
|
||||
#else
|
||||
#if defined WIN32 || defined _WIN32
|
||||
void FillBitmapInfo( BITMAPINFO* bmi, int width, int height, int bpp, int origin );
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user