Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
patches | 2015-02-27 | ||
old | 2015-02-27 | ||
README-sdl-mixer.md | 2015-11-27 | 1.6 kB | |
sdl-mixer_1.2.12_mingw32.tar.xz | 2015-02-27 | 127.4 kB | |
Totals: 4 Items | 129.0 kB | 0 |
SDL_mixer is a sample multi-channel audio mixer library.
Project Pages:
Source:
Documentation:
Licenses:
Requires:
Notes:
- Patched files:
- ./music.c
- !!! IMPORTANT !!!:
- Had a lot of trouble building. Problems occurred with GNU Autotools build scripts. Scripts should be re-generated. These are some actions that I took:
- Used "mingw32-make" instead of "make".
- Edited Makefile to change "*_xxx" to "filename_xxx" for build objects.
- Manually linked executables with gcc as libtool command kept failing. Will upload Makefile into patches sub-directory.
- Had a lot of trouble building. Problems occurred with GNU Autotools build scripts. Scripts should be re-generated. These are some actions that I took: