Mercurial > SDL_sound_CoreAudio
comparison decoders/modplug.c @ 536:8a814bbbedfa
Merged r544:545 from branches/stable-1.0: converted to UTF-8 encoding.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Thu, 17 Apr 2008 18:08:02 +0000 |
parents | 67d785044411 |
children | 2e8907ff98e9 |
comparison
equal
deleted
inserted
replaced
534:a116d8f628a0 | 536:8a814bbbedfa |
---|---|
26 * available: http://freecraft.net/snapshots/ | 26 * available: http://freecraft.net/snapshots/ |
27 * (Look for something like "libmodplug-johns-*.tar.gz") | 27 * (Look for something like "libmodplug-johns-*.tar.gz") |
28 * | 28 * |
29 * Please see the file COPYING in the source's root directory. | 29 * Please see the file COPYING in the source's root directory. |
30 * | 30 * |
31 * This file written by Torbjörn Andersson (d91tan@Update.UU.SE) | 31 * This file written by Torbjörn Andersson (d91tan@Update.UU.SE) |
32 */ | 32 */ |
33 | 33 |
34 #if HAVE_CONFIG_H | 34 #if HAVE_CONFIG_H |
35 # include <config.h> | 35 # include <config.h> |
36 #endif | 36 #endif |
95 const Sound_DecoderFunctions __Sound_DecoderFunctions_MODPLUG = | 95 const Sound_DecoderFunctions __Sound_DecoderFunctions_MODPLUG = |
96 { | 96 { |
97 { | 97 { |
98 extensions_modplug, | 98 extensions_modplug, |
99 "Play modules through ModPlug", | 99 "Play modules through ModPlug", |
100 "Torbjörn Andersson <d91tan@Update.UU.SE>", | 100 "Torbjörn Andersson <d91tan@Update.UU.SE>", |
101 "http://modplug-xmms.sourceforge.net/" | 101 "http://modplug-xmms.sourceforge.net/" |
102 }, | 102 }, |
103 | 103 |
104 MODPLUG_init, /* init() method */ | 104 MODPLUG_init, /* init() method */ |
105 MODPLUG_quit, /* quit() method */ | 105 MODPLUG_quit, /* quit() method */ |