Audacious seems to crash when adding sndh files because of symbol lookup fail.
Quick workaround: replace stricmp() with strcasecmp() from string.h
I'll replace it with sc68 string library function strcmp68(). I'll commit that in a short while. Please tell me if it fix the problem.
Yes, it works now. BTW, have you worked on Audacious 3.6 branch support?
Thank you for the test.
No I did not try to compile with Audacious-3.6. Hopefully their API did not change to much, ideally it's compatible directly.
Log in to post a comment.
I'll replace it with sc68 string library function strcmp68(). I'll commit that in a short while.
Please tell me if it fix the problem.
Yes, it works now. BTW, have you worked on Audacious 3.6 branch support?
Last edit: chikakitaari 2014-11-18
Thank you for the test.
No I did not try to compile with Audacious-3.6. Hopefully their API did not change to much, ideally it's compatible directly.