mirror of https://github.com/opencv/opencv.git
This fixes the following error with mingw toolchain: opencv/modules/videoio/src/cap_msmf.cpp:1020: error: 'wstring_convert' is not a member of 'std' 1020 | std::wstring_convert<std::codecvt_utf8_utf16<wchar_t>> conv; | ^~~~~~~~~~~~~~~ opencv/modules/videoio/src/cap_ffmpeg_hw.hpp:230:26: error: 'wstring_convert' is not a member of 'std' 230 | std::wstring_convert<std::codecvt_utf8_utf16<wchar_t>> conv; | ^~~~~~~~~~~~~~~ The locale header is required according to C++ standard. See https://en.cppreference.com/w/cpp/locale/wstring_convertpull/22403/head
parent
7deb8f568f
commit
984e42b0bc
2 changed files with 2 additions and 0 deletions
Loading…
Reference in new issue