Re: Loading JPEG images in parallel
Posted: 2014-12-16T14:44:36-07:00
FTR, the reason there is no thread support on my system turned out to be...
because in the so called meantime Debian switched to libjpeg-turbo, which exports a smaller JPEG_LIB_VERSION.
So I'm back to square one, trying to determine libjpeg62-turbo's thread safety guarantees are.
Code: Select all
$ rgrep JPEG_LIB_VERSION /usr/include/
[...]
/usr/include/x86_64-linux-gnu/jconfig.h:#define JPEG_LIB_VERSION 62
$ dpkg -S /usr/include/x86_64-linux-gnu/jconfig.h
libjpeg62-turbo-dev:amd64: /usr/include/x86_64-linux-gnu/jconfig.h
So I'm back to square one, trying to determine libjpeg62-turbo's thread safety guarantees are.