Mercurial > mplayer.hg
changeset 12113:07d9c8fa6897
restore old SAMPLESIZE
author | faust3 |
---|---|
date | Sat, 03 Apr 2004 14:39:16 +0000 |
parents | 8520e39f92d6 |
children | 83965b667c12 |
files | libao2/ao_sdl.c |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/libao2/ao_sdl.c Sat Apr 03 13:46:00 2004 +0000 +++ b/libao2/ao_sdl.c Sat Apr 03 14:39:16 2004 +0000 @@ -36,7 +36,11 @@ LIBAO_EXTERN(sdl) // Samplesize used by the SDLlib AudioSpec struct +#ifdef WIN32 #define SAMPLESIZE 2048 +#else +#define SAMPLESIZE 1024 +#endif // General purpose Ring-buffering routines