comparison CHANGELOG @ 115:12688fbf9f59

Updated.
author Ryan C. Gordon <icculus@icculus.org>
date Thu, 04 Oct 2001 19:37:05 +0000
parents 7cd718877f3f
children 9778eba22813
comparison
equal deleted inserted replaced
114:dd95a12539fd 115:12688fbf9f59
73 reenabling -Werror for debug builds, etc). Torbjörn brings in a 73 reenabling -Werror for debug builds, etc). Torbjörn brings in a
74 MIDI decoder, which reads from a Timidity process through a pipe. 74 MIDI decoder, which reads from a Timidity process through a pipe.
75 Changed playsound to open the audio device to match the properties 75 Changed playsound to open the audio device to match the properties
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
79 #ifdef SOUND_SUPPORTS_* in voc.c and shn.c, for consistency with
80 the other decoders.
78 81
79 --ryan. (icculus@clutteredmind.org) 82 --ryan. (icculus@clutteredmind.org)
80 83
81 /* end of CHANGELOG ... */ 84 /* end of CHANGELOG ... */
82 85