We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I am reading a JPG image from an SD card and want to use openCV, to create the Mat I need to call imdecode but I am having issues with library:
liblibpng.a(pngerror.c.obj):(.literal.png_free_jmpbuf+0x4): undefined reference to `__wrap_longjmp'
because I am not using png, could there be a way of ignoring that library?
The text was updated successfully, but these errors were encountered:
I have that problem too, but I also get undefined reference to `typeinfo for std::basic_streambuf<char, std::char_traits >'
Sorry, something went wrong.
No branches or pull requests
I am reading a JPG image from an SD card and want to use openCV, to create the Mat I need to call imdecode but I am having issues with library:
liblibpng.a(pngerror.c.obj):(.literal.png_free_jmpbuf+0x4): undefined reference to `__wrap_longjmp'
because I am not using png, could there be a way of ignoring that library?
The text was updated successfully, but these errors were encountered: