parafin
parafin
By RGB DNG do we mean LinearRaw DNG with SamplesPerPixel equal to 3?
Probably build system (meson) can just call external build command (cmake) and import the result as a pre-compiled library afterwards.
@LebedevRI, yeah I've seen that XCode now supports OpenMP, but I'm yet to update it because that also requires OS update. Will take a look sometime.
Here's the debug log of this issue [debug-1.0.26.txt](https://github.com/libusb/libusb/files/9316601/debug-1.0.26.txt). I'm also interested in a fix.
I think this happens when libusb is built with newer macOS SDK and run on older OS. The logic in libusb/os/darwin_usb.h doesn't take into account deployment target, but just checks...
Probably caused by 00688d059262b291d1bf9ef48865f0d3e0a48952
Also see 0f59214f1253a36f27c3acbcd9601d026d4741b1
clock_gettime logic works fine - otherwise it wouldn’t even start in the case we’re discussing.
I think 00688d0 should be reverted. I've looked at the linked PR #911 and have no idea how they are related. Pinging @osy (PR author), so that he could maybe...
Another solution is to figure out the maximum supported interface version at runtime somehow. It will be the most flexible solution (one build supporting both old OS versions and features...