Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Added a patched version of libmikmod which includes fixes submitted t…
…o SDL_mixer over the years.
These patches have been forwarded to the libmikmod authors for inclusion in the next release.
- Loading branch information
Showing
with
2 additions
and
1 deletion.
-
+1
−0
CHANGES
-
+1
−1
Makefile.in
-
BIN
VisualC.zip
-
BIN
libmikmod-3.1.12.zip
|
|
@@ -1,6 +1,7 @@ |
|
|
1.2.9: |
|
|
Sam Lantinga - Sat Oct 3 13:33:36 PDT 2009 |
|
|
* MOD support uses libmikmod and is dynamically loaded by default |
|
|
* A patched version of libmikmod is included in libmikmod-3.1.12.zip |
|
|
Sam Lantinga - Sat Oct 3 02:49:41 PDT 2009 |
|
|
* Added TIMIDITY_CFG environment variable to fully locate timidity.cfg |
|
|
Sam Lantinga - Fri Oct 2 07:15:35 PDT 2009 |
|
|
|
@@ -38,7 +38,7 @@ VERSION_OBJECTS = @VERSION_OBJECTS@ |
|
|
PLAYWAVE_OBJECTS = @PLAYWAVE_OBJECTS@ |
|
|
PLAYMUS_OBJECTS = @PLAYMUS_OBJECTS@ |
|
|
|
|
|
DIST = CHANGES COPYING CWProjects.sea.bin MPWmake.sea.bin Makefile.in SDL_mixer.pc.in README SDL_mixer.h SDL_mixer.qpg.in SDL_mixer.spec SDL_mixer.spec.in VisualC.zip Watcom-OS2.zip Xcode.tar.gz acinclude autogen.sh build-scripts configure configure.in dynamic_flac.c dynamic_flac.h dynamic_mod.c dynamic_mod.h dynamic_mp3.c dynamic_mp3.h dynamic_ogg.c dynamic_ogg.h effect_position.c effect_stereoreverse.c effects_internal.c effects_internal.h gcc-fat.sh load_aiff.c load_aiff.h load_ogg.c load_ogg.h load_voc.c load_voc.h mixer.c music.c music_cmd.c music_cmd.h music_flac.c music_flac.h music_mad.c music_mad.h music_mod.c music_mod.h music_ogg.c music_ogg.h native_midi native_midi_gpl playmus.c playwave.c timidity wavestream.c wavestream.h version.rc |
|
|
DIST = CHANGES COPYING CWProjects.sea.bin MPWmake.sea.bin Makefile.in SDL_mixer.pc.in README SDL_mixer.h SDL_mixer.qpg.in SDL_mixer.spec SDL_mixer.spec.in VisualC.zip Watcom-OS2.zip Xcode.tar.gz acinclude autogen.sh build-scripts configure configure.in dynamic_flac.c dynamic_flac.h dynamic_mod.c dynamic_mod.h dynamic_mp3.c dynamic_mp3.h dynamic_ogg.c dynamic_ogg.h effect_position.c effect_stereoreverse.c effects_internal.c effects_internal.h gcc-fat.sh libmikmod-3.1.12.zip load_aiff.c load_aiff.h load_ogg.c load_ogg.h load_voc.c load_voc.h mixer.c music.c music_cmd.c music_cmd.h music_flac.c music_flac.h music_mad.c music_mad.h music_mod.c music_mod.h music_ogg.c music_ogg.h native_midi native_midi_gpl playmus.c playwave.c timidity wavestream.c wavestream.h version.rc |
|
|
|
|
|
LT_AGE = @LT_AGE@ |
|
|
LT_CURRENT = @LT_CURRENT@ |
|
|