diff libao2/ao_sdl.c @ 21733:cc6dc96035b8

Amiga OS 4 needs a large sample size. patch by Andrea Palmat, andrea amigasoft net
author diego
date Sat, 23 Dec 2006 23:26:13 +0000
parents f580a7755ac5
children 5ecca25377e0
line wrap: on
line diff
--- a/libao2/ao_sdl.c	Sat Dec 23 23:20:42 2006 +0000
+++ b/libao2/ao_sdl.c	Sat Dec 23 23:26:13 2006 +0000
@@ -40,7 +40,7 @@
 #undef USE_SDL_INTERNAL_MIXER
 
 // Samplesize used by the SDLlib AudioSpec struct
-#ifdef WIN32
+#if defined(WIN32) || defined(SYS_AMIGAOS4)
 #define SAMPLESIZE 2048
 #else
 #define SAMPLESIZE 1024