Add new comment

Yes, added a simple missing

Yes, added a simple missing function of swab did made it compile.
However, when I try to use the lib on android, I keep getting link errors, since it still searches for libraw.so.5 internally. Android doesn't support the .5 extension, it needs to have a .so file. So this one doesn't load.

Is there an option to just output a .so file instead of having versioned ones?