changeset 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 4b46cf359136
children cafdbcae733d
files decoders/modplug.c
diffstat 1 files changed, 6 insertions(+), 0 deletions(-) [+]
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)