From 26106f75518b7f9044a0076d74b5fcf26017901c Mon Sep 17 00:00:00 2001
From: diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>
Date: Sat, 23 Dec 2006 23:26:13 +0000
Subject: [PATCH] =?UTF-8?q?Amiga=20OS=204=20needs=20a=20large=20sample=20s?=
 =?UTF-8?q?ize.=20patch=20by=20Andrea=20Palmat=C3=A8,=20andrea=20amigasoft?=
 =?UTF-8?q?=20net?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21749 b3059339-0415-0410-9bf9-f77b7e298cf2
---
 libao2/ao_sdl.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libao2/ao_sdl.c b/libao2/ao_sdl.c
index 9bb141ff6b..cb9f277bf9 100644
--- a/libao2/ao_sdl.c
+++ b/libao2/ao_sdl.c
@@ -40,7 +40,7 @@ LIBAO_EXTERN(sdl)
 #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