# HG changeset patch # User Ryan C. Gordon # Date 1208456268 0 # Node ID fb84667d665294cdc72a446dd07d797357ca156c # Parent 95cc0ba5410fc8dac1ec3dcec0fda27256e8bbd4 Merged r549:551 from branches/stable-1.0: Added Speex to README. diff -r 95cc0ba5410f -r fb84667d6652 CHANGELOG --- a/CHANGELOG Thu Apr 17 18:12:21 2008 +0000 +++ b/CHANGELOG Thu Apr 17 18:17:48 2008 +0000 @@ -4,7 +4,7 @@ 04172008 - Look for Speex includes in new directory. Converted all text encoding from ISO-8859-1 to UTF-8. Fixed "make dist" script for - dealing with Subversion instead of CVS. + dealing with Subversion instead of CVS. Added Speex to the README. 04112008 - Check if Speex header has bogus data (CVE-2008-1686). 08062007 - Updated my email address. Added -fvisibility=hidden support. 07152007 - Minor correction in Timidity resampling code (Thanks, Sam!). diff -r 95cc0ba5410f -r fb84667d6652 README --- a/README Thu Apr 17 18:12:21 2008 +0000 +++ b/README Thu Apr 17 18:17:48 2008 +0000 @@ -22,6 +22,7 @@ Some optional external libraries that SDL_sound can use and where to find them: SMPEG (used to decode MP3s): http://icculus.org/smpeg/ libvorbisfile (used to decode OGGs): http://www.xiph.org/ogg/vorbis/ + libSpeex (used to decode SPXs): http://speex.org/ libFLAC (used to decode FLACs): http://flac.sourceforge.net/ libModPlug (used to decode MODs, etc): http://modplug-xmms.sourceforge.net/ libMikMod (used to decode MODs, etc, too): http://www.mikmod.org/