Oh, MinGW library is compiled Oh, MinGW library is compiled without thread-safeness. You may try: 1) Add -pthread to CFLAGS in Makefile.mingw 2) Remove -DLIBRAW_NOTHREADS from all compilation rules. I've added it to TODO for 0.12-Beta3 too -- Alex Tutubalin @LibRaw LLC reply
Oh,
MinGW library is compiled without thread-safeness. You may try:
1) Add -pthread to CFLAGS in Makefile.mingw
2) Remove -DLIBRAW_NOTHREADS from all compilation rules.
I've added it to TODO for 0.12-Beta3 too