Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
1.2.12 | 2015-02-27 | ||
1.2.11 | 2012-11-27 | ||
Totals: 2 Items | 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: