# HG changeset patch # User Ryan C. Gordon # Date 1023389765 0 # Node ID f72fd79d6e761195538826489ae6a230ae28226a # Parent 4b46cf359136742aca05ea7f84f71cef1084eca4 Added URLs for official and unofficial versions of ModPlug. diff -r 4b46cf359136 -r f72fd79d6e76 decoders/modplug.c --- 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)