Re: [Libjpeg-turbo-devel] problem when using jmorecfg.h and windows.h
SIMD-accelerated libjpeg-compatible JPEG codec library
Brought to you by:
dcommander
From: DRC <dco...@us...> - 2014-04-18 09:30:11
|
On 4/18/14 4:23 AM, Vincent Torri wrote: > btw, even if i compile with a 64 bit toolchain > (--host=x86_64-w64-mingw32), configure installs the libraries in > /opt/libjpeg-turbo/lib32 :-) (and not in ***/libjpeg-turbo64/lib like > the windows installer that i just installed) Yes, because configure.ac determines that based on the size of the long type, which is always 32-bit on Windows. I did mention that we don't support using autotools and MinGW, didn't I? It's these sorts of subtle bugs that will drive me to insanity if I had to support dual build systems on Windows. |