Mercurial > SDL_sound_CoreAudio
diff decoders/modplug.c @ 349:f72fd79d6e76
Added URLs for official and unofficial versions of ModPlug.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Thu, 06 Jun 2002 18:56:05 +0000 |
parents | 498240aa76f1 |
children | 51883cd1193e |
line wrap: on
line diff
--- a/decoders/modplug.c Thu May 23 12:51:01 2002 +0000 +++ b/decoders/modplug.c Thu Jun 06 18:56:05 2002 +0000 @@ -20,6 +20,12 @@ /* * Module player for SDL_sound. This driver handles anything that ModPlug does. * + * ModPlug can be found at http://sourceforge.net/projects/modplug-xmms + * + * An unofficial version of modplug with all C++ dependencies removed is also + * available: http://freecraft.net/snapshots/ + * (Look for something like "libmodplug-johns-*.tar.gz") + * * Please see the file COPYING in the source's root directory. * * This file written by Torbjörn Andersson (d91tan@Update.UU.SE)