When I try to run the Makefile with make playback.exe it comes up with this error.
process_begin: CreateProcess(NULL, i686-w64-mingw32-gcc -Wall -I../include -I ./include -L../lib -os -o playback.exe playback.c, ...) failed.
make (e=2): The system cannot find the file specified.
make: *** [Makefile:13: playback.exe] Error 2
This may be a issue on my side, I've never used MinGW but I cant for the life of me get this to compile.