comparison CHANGELOG @ 117:9778eba22813

Updated.
author Ryan C. Gordon <icculus@icculus.org>
date Fri, 05 Oct 2001 14:04:53 +0000
parents 12688fbf9f59
children 254916e602c6
comparison
equal deleted inserted replaced
116:1b36803660bc 117:9778eba22813
76 of each sound file, which results in less conversion (and therefore, 76 of each sound file, which results in less conversion (and therefore,
77 more chance of correct playback). 77 more chance of correct playback).
78 10042001 - Changed some #if (defined SOUND_SUPPORTS_*) lines to 78 10042001 - Changed some #if (defined SOUND_SUPPORTS_*) lines to
79 #ifdef SOUND_SUPPORTS_* in voc.c and shn.c, for consistency with 79 #ifdef SOUND_SUPPORTS_* in voc.c and shn.c, for consistency with
80 the other decoders. 80 the other decoders.
81 10052001 - Removed #include "SDL_endian" from aiff.c.
81 82
82 --ryan. (icculus@clutteredmind.org) 83 --ryan. (icculus@clutteredmind.org)
83 84
84 /* end of CHANGELOG ... */ 85 /* end of CHANGELOG ... */
85 86