mirror of
https://github.com/mpv-player/mpv
synced 2025-03-22 19:34:14 +00: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:
parent
c89de50ed1
commit
26106f7551
@ -40,7 +40,7 @@ LIBAO_EXTERN(sdl)
|
|||||||
#undef USE_SDL_INTERNAL_MIXER
|
#undef USE_SDL_INTERNAL_MIXER
|
||||||
|
|
||||||
// Samplesize used by the SDLlib AudioSpec struct
|
// Samplesize used by the SDLlib AudioSpec struct
|
||||||
#ifdef WIN32
|
#if defined(WIN32) || defined(SYS_AMIGAOS4)
|
||||||
#define SAMPLESIZE 2048
|
#define SAMPLESIZE 2048
|
||||||
#else
|
#else
|
||||||
#define SAMPLESIZE 1024
|
#define SAMPLESIZE 1024
|
||||||
|
Loading…
Reference in New Issue
Block a user