PvAPI support on Windows with MinGW (see Patch #2083)#1038
PvAPI support on Windows with MinGW (see Patch #2083)#1038philippefoubert wants to merge 1 commit intoopencv:masterfrom
Conversation
|
Roman, could you please review. MinGW or Windows beta-testers are also invited to participate. |
|
@philippefoubert It seems like this patch applies to the 2.4 branch, as well as master. If that is the case, please close this pull request and resubmit against 2.4. |
There was a problem hiding this comment.
This should only happen when HAVE_PVAPI is true, and only for the modules that use it (that is, only for highgui). I would suggest you add a variable named PVAPI_DECLARATIONS here, and use it in highgui's CMakeLists.txt.
|
@philippefoubert could you please add the changes recommend by SpecLad? |
|
@philippefoubert can you confirm that this fix got in OpenCV through another pull request? Trying to clean up the bug issue section and for this one it is not clear if it got in or not :P |
add model: yunetv2
Add a define to avoid unresolved externals when compiling with MinGW