comparison 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
comparison
equal deleted inserted replaced
348:4b46cf359136 349:f72fd79d6e76
17 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 17 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
18 */ 18 */
19 19
20 /* 20 /*
21 * Module player for SDL_sound. This driver handles anything that ModPlug does. 21 * Module player for SDL_sound. This driver handles anything that ModPlug does.
22 *
23 * ModPlug can be found at http://sourceforge.net/projects/modplug-xmms
24 *
25 * An unofficial version of modplug with all C++ dependencies removed is also
26 * available: http://freecraft.net/snapshots/
27 * (Look for something like "libmodplug-johns-*.tar.gz")
22 * 28 *
23 * Please see the file COPYING in the source's root directory. 29 * Please see the file COPYING in the source's root directory.
24 * 30 *
25 * This file written by Torbjörn Andersson (d91tan@Update.UU.SE) 31 * This file written by Torbjörn Andersson (d91tan@Update.UU.SE)
26 */ 32 */