Dylan - 2014-07-28

From all appearances the types of these arguments differ depending on your system. You can make those compiler errors go away by removing the -Wall and -Werror flags in the Makefile. That was enough to get it to compile for me on my linux box, but that won't allow it to compile on a mac.

With those flags removed it will then complain about what is apparently a linker error. This can be fixed by removing the "inline" in mp3_check_misc.c:673.