We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 432d0fd + 5e6e126 commit 8741d97Copy full SHA for 8741d97
cmake/OpenCVModule.cmake
@@ -227,7 +227,7 @@ macro(ocv_add_module _name)
227
project(${the_module})
228
add_definitions(
229
-D_USE_MATH_DEFINES # M_PI constant in MSVS
230
- -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS # to use C libraries from C++ code (ffmpeg)
+ -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -D__STDC_FORMAT_MACROS # to use C libraries from C++ code (ffmpeg)
231
)
232
endif()
233
0 commit comments