Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version
  • try to update your mingw. you should use mingw64 (not 32) and like 7.x.x or above.
  • some mandatory cmake flags for mingw:

    WITH_IPP=OFF WITH_MSMF=OFF ENABLE_PRECOMPILED_HEADERS=OFF CPU_DISPATCH=""

  • try to update your mingw. you should use mingw64 (not 32) and like 7.x.x or above.
  • some mandatory cmake flags for mingw: mingw:


 WITH_IPP=OFF
WITH_MSMF=OFF
ENABLE_PRECOMPILED_HEADERS=OFF
CPU_DISPATCH=""

CPU_DISPATCH=""
  • try to update your mingw. you should use mingw64 (not 32) and like 7.x.x or above.
  • some mandatory cmake flags to build the opencv libs for mingw:


 WITH_IPP=OFF
 WITH_MSMF=OFF
 ENABLE_PRECOMPILED_HEADERS=OFF
 CPU_DISPATCH=""