1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-21 19:33:03 +04:00

fixed generation of opencv_ffmpeg in the case of static libs

This commit is contained in:
Vadim Pisarevsky
2011-06-29 23:44:26 +00:00
parent 42da4bd438
commit 9a2e0b81e9
+1 -1
View File
@@ -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