[MPlayer-cvslog] r21749 - trunk/libao2/ao_sdl.c
diego
subversion at mplayerhq.hu
Sun Dec 24 00:26:13 CET 2006
Author: diego
Date: Sun Dec 24 00:26:13 2006
New Revision: 21749
Modified:
trunk/libao2/ao_sdl.c
Log:
Amiga OS 4 needs a large sample size.
patch by Andrea Palmatè, andrea amigasoft net
Modified: trunk/libao2/ao_sdl.c
==============================================================================
--- trunk/libao2/ao_sdl.c (original)
+++ trunk/libao2/ao_sdl.c Sun Dec 24 00:26:13 2006
@@ -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
More information about the MPlayer-cvslog
mailing list