to make OpenCV compile on mingw32

added #define NO_DSHOW_STRSAFE
This commit is contained in:
hn-88 2020-05-03 11:19:04 +05:30 committed by GitHub
parent 27ee6501eb
commit ea04f9d12e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -108,6 +108,7 @@ Thanks to:
#include <vector>
//Include Directshow stuff here so we don't worry about needing all the h files.
#define NO_DSHOW_STRSAFE
#include "DShow.h"
#include "strmif.h"
#include "Aviriff.h"