Ask Your Question

Revision history [back]

Hi again,

I have managed to build OpenCV 3.1 on Debian 8 "jessie". The key appears to have been the use of libjpeg62-turbo-dev instead of ibjpeg8-dev. The maintainers of Debian 8 "jessie" are forcibly migrating users from libjpeg8 and have removed that package from their primary sites in favor of the aforementioned libjpeg62-turbo-dev. Once I removed jpeg62 from my instance and found/installed a jpeg8, the build no longer failed in the videoio module. I found a small error regarding some "#ifdef" compiler directives of little real consequence since they were primarily placed in order to draw additional #include statements to support windows and/or arm processors.

Regards,

Arthur Sera