diff options
author | Jeremy Simon <jsimon13@yahoo.fr> | 2002-02-28 21:10:42 +0000 |
---|---|---|
committer | Jeremy Simon <jsimon13@yahoo.fr> | 2002-02-28 21:10:42 +0000 |
commit | ac87bfc370ec15c9c81f8738659fb2582b14b792 (patch) | |
tree | 2d2cd21cfc4faf885b5bf19b9c2f1f78add5c013 /gst/modplug/libmodplug/README | |
parent | 3b68b42af8feb78fe37cfadb6624e483f2e11d7d (diff) | |
download | gst-plugins-bad-ac87bfc370ec15c9c81f8738659fb2582b14b792.tar.gz gst-plugins-bad-ac87bfc370ec15c9c81f8738659fb2582b14b792.tar.bz2 gst-plugins-bad-ac87bfc370ec15c9c81f8738659fb2582b14b792.zip |
adding modplug
Original commit message from CVS:
adding modplug
Diffstat (limited to 'gst/modplug/libmodplug/README')
-rw-r--r-- | gst/modplug/libmodplug/README | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/gst/modplug/libmodplug/README b/gst/modplug/libmodplug/README new file mode 100644 index 00000000..ea1d59f1 --- /dev/null +++ b/gst/modplug/libmodplug/README @@ -0,0 +1,22 @@ +libmodplug v0.7 - A library for decoding MOD-like music formats. + Based on the ModPlug sound engine by Olivier Lapicque <olivierl@jps.net> + Ported to Unix by Kenton Varda <temporal@gauge3d.org> + Additional modifications by Markus Fick <marf@gmx.net> and + Adam Goode <adam@evdebs.org> + Placed in the public domain in October, 2001 + + +All the documentation needed can be found in the comments in modplug.h. +This library should be perfectly accessible from C, although it is written +in C++. Just #include <modplug.h> to use it, and link against +libmodplug.so. + +This library has been known to compile fine in Windows using MinGW32 (A +GCC-based compiler). Windows is not yet officially supported, however. +(With about half an hour of hacking, any decent programmer should be able +to convince WinAmp to play mods using this library. ;) ) + +I need a maintainer for this. I have too many other projects I am working +on, and ModPlug has dropped low on the list. If you would like to be the +new maintainer, please e-mail me at <temporal@gauge3d.org> and tell me why +you think you would be the right person for the job. :)
\ No newline at end of file |