mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-22 11:04:51 -04:00
22 lines
463 B
Plaintext
22 lines
463 B
Plaintext
$NetBSD: patch-au,v 1.1 2004/08/22 11:37:28 kristerw Exp $
|
|
|
|
--- src/gens/sdllayer/g_sdlsound.c.orig Sun Aug 22 13:22:13 2004
|
|
+++ src/gens/sdllayer/g_sdlsound.c Sun Aug 22 13:23:10 2004
|
|
@@ -53,6 +53,7 @@
|
|
int
|
|
Init_Sound (void)
|
|
{
|
|
+ SDL_AudioSpec spec;
|
|
int i;
|
|
|
|
if (Sound_Initialised)
|
|
@@ -122,8 +123,6 @@
|
|
}
|
|
|
|
pMsndOut = (unsigned char *) malloc (Seg_Lenght << 2);
|
|
-
|
|
- SDL_AudioSpec spec;
|
|
|
|
spec.freq = Sound_Rate;
|
|
spec.format = AUDIO_S16SYS;
|