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.
1 parent 6bafc2c commit fc2a71dCopy full SHA for fc2a71d
cmake/OpenCVModule.cmake
@@ -172,7 +172,7 @@ macro(ocv_add_module _name)
172
project(${the_module})
173
add_definitions(
174
-D_USE_MATH_DEFINES # M_PI constant in MSVS
175
- -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)
176
)
177
endif(OPENCV_INITIAL_PASS)
178
endmacro()
0 commit comments