Commit 9a2e0b81 authored by Vadim Pisarevsky's avatar Vadim Pisarevsky

fixed generation of opencv_ffmpeg in the case of static libs

parent 42da4bd4
......@@ -528,7 +528,7 @@ That's all there is to it!
#if defined _MSC_VER && _MSC_VER >= 1200
#if !defined(_MT) || defined(_DLL)
#if !defined(_MT) || defined(_DLL) || defined(_MSC_VER)
extern "C" { __declspec(dllexport) unsigned int __lc_codepage = 0; }
#endif
#ifdef _M_X64
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment