mirror of
https://github.com/yawut/SDL.git
synced 2026-06-22 20:39:55 -05:00
Date: Tue, 22 Nov 2005 14:11:06 +0100 (MET)
From: Mattias Karlsson <betasoft@acc.umu.se> To: sdl@libsdl.org Subject: [SDL] [PATCH] Fix (tiny) build problems on solaris (fwd) This small patch fixes building audio on solaris 2.9 with gcc 4.0
This commit is contained in:
parent
a49ec73ce4
commit
929aeed029
|
|
@ -165,9 +165,9 @@ void DSP_WaitAudio(_THIS)
|
|||
#endif
|
||||
}
|
||||
|
||||
static Uint8 snd2au(int sample);
|
||||
void DSP_PlayAudio(_THIS)
|
||||
{
|
||||
static Uint8 snd2au(int sample);
|
||||
/* Write the audio data */
|
||||
if ( ulaw_only ) {
|
||||
/* Assuming that this->spec.freq >= 8000 Hz */
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user