[Mplayer-cvslog] CVS: main/libao2 ao_alsa9.c,1.12,1.13
Anders Johansson
anders at mplayer.dev.hu
Mon Nov 26 03:16:04 CET 2001
- Previous message: [Mplayer-cvslog] CVS: main/loader ext.c,1.5,1.6 registry.c,1.8,1.9 win32.c,1.32,1.33 registry.h,1.2,1.3
- Next message: [Mplayer-cvslog] CVS: main/postproc swscale.c,1.44,1.45 swscale_template.c,1.44,1.45
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/mplayer/main/libao2
In directory mplayer:/var/tmp.root/cvs-serv19580
Modified Files:
ao_alsa9.c
Log Message:
Parse bug fixed (I hope)
Index: ao_alsa9.c
===================================================================
RCS file: /cvsroot/mplayer/main/libao2/ao_alsa9.c,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ao_alsa9.c 26 Nov 2001 00:49:39 -0000 1.12
+++ ao_alsa9.c 26 Nov 2001 02:16:01 -0000 1.13
@@ -70,7 +70,7 @@
}
#undef start /* orig. undef */
-#define buffersize
+#define buffsize
#define buffertime /* orig. undef? */
#define set_period
#define sw_params /* orig. undef */
@@ -243,7 +243,7 @@
}
}
#endif
-#ifdef buffersize
+#ifdef buffsize
if ((err = snd_pcm_hw_params_get_buffer_size(alsa_hwparams)) < 0)
{
printf("alsa-init: unable to get buffer size: %s\n",
- Previous message: [Mplayer-cvslog] CVS: main/loader ext.c,1.5,1.6 registry.c,1.8,1.9 win32.c,1.32,1.33 registry.h,1.2,1.3
- Next message: [Mplayer-cvslog] CVS: main/postproc swscale.c,1.44,1.45 swscale_template.c,1.44,1.45
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list