5b85288664
Hi - independently of libmikmod's other problems - there seems to be a problem in mpd's wrapper: MikMod_Exit() is called after the first file is decoded, which frees some ressources within the mikmod library. An attempt to play a second file leads to a crash. The appended patch fixes this for me. (I don't know what the "dup" entry is good for - someone who knows should review that too.) best regards Matthias [mk: removed 3 more MikMod_Exit() invocations] |
||
---|---|---|
.. | ||
_flac_common.c | ||
_flac_common.h | ||
_ogg_common.c | ||
_ogg_common.h | ||
aac_plugin.c | ||
audiofile_plugin.c | ||
ffmpeg_plugin.c | ||
flac_plugin.c | ||
mikmod_plugin.c | ||
modplug_plugin.c | ||
mp3_plugin.c | ||
mp4_plugin.c | ||
mpc_plugin.c | ||
oggflac_plugin.c | ||
oggvorbis_plugin.c | ||
wavpack_plugin.c |