0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 03:52:22 +02:00

Amiga OS 4 needs a large sample size.

patch by Andrea Palmatè, andrea amigasoft net


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21749 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2006-12-23 23:26:13 +00:00
parent c89de50ed1
commit 26106f7551

View File

@ -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