[Mplayer-cvslog] CVS: main/libao2 pl_format.c,1.1,1.2
Bohdan 'Nexus' Horst
nexus at mplayer.dev.hu
Thu Nov 29 14:43:54 CET 2001
- Previous message: [Mplayer-cvslog] CVS: main/libao2 pl_format.c,NONE,1.1 Makefile,1.13,1.14 ao_plugin.c,1.2,1.3 audio_plugin.h,1.2,1.3 pl_delay.c,1.1,1.2
- Next message: [Mplayer-cvslog] CVS: main configure,1.301,1.302
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/mplayer/main/libao2
In directory mplayer:/var/tmp.root/cvs-serv27939
Modified Files:
pl_format.c
Log Message:
unistd.h required at least by FreeBSD
Index: pl_format.c
===================================================================
RCS file: /cvsroot/mplayer/main/libao2/pl_format.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pl_format.c 29 Nov 2001 12:44:06 -0000 1.1
+++ pl_format.c 29 Nov 2001 13:43:52 -0000 1.2
@@ -7,6 +7,7 @@
#include <stdio.h>
#include <stdlib.h>
+#include <unistd.h>
#include "audio_out.h"
#include "audio_plugin.h"
- Previous message: [Mplayer-cvslog] CVS: main/libao2 pl_format.c,NONE,1.1 Makefile,1.13,1.14 ao_plugin.c,1.2,1.3 audio_plugin.h,1.2,1.3 pl_delay.c,1.1,1.2
- Next message: [Mplayer-cvslog] CVS: main configure,1.301,1.302
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list