Skip to content

Commit

Permalink
Date: Tue, 22 Nov 2005 14:11:06 +0100 (MET)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
icculus committed Nov 22, 2005
1 parent 8b6f3d6 commit 0c7e144
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/audio/sun/SDL_sunaudio.c
Expand Up @@ -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 */
Expand Down

0 comments on commit 0c7e144

Please sign in to comment.