[MPlayer-cvslog] CVS: main/libmpcodecs ae_pcm.c, 1.1, 1.2 ae.c, 1.1, 1.2 ae_toolame.c, 1.4, 1.5 ae_lavc.c, 1.1, 1.2 ae_lame.c, 1.1, 1.2
Bohdan 'Nexus' Horst CVS
syncmail at mplayerhq.hu
Fri Apr 22 15:53:59 CEST 2005
- Previous message: [MPlayer-cvslog] CVS: main get_path.c,1.8,1.9
- Next message: [MPlayer-cvslog] CVS: main/libmpcodecs ae_pcm.c, 1.1, 1.2 ae.c, 1.1, 1.2 ae_toolame.c, 1.4, 1.5 ae_lavc.c, 1.1, 1.2 ae_lame.c, 1.1, 1.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
CVS change done by Bohdan 'Nexus' Horst CVS
Update of /cvsroot/mplayer/main/libmpcodecs
In directory mail:/var2/tmp/cvs-serv19693
Modified Files:
ae_pcm.c ae.c ae_toolame.c ae_lavc.c ae_lame.c
Log Message:
FreeBSD fix
Index: ae_pcm.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpcodecs/ae_pcm.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ae_pcm.c 22 Apr 2005 06:59:08 -0000 1.1
+++ ae_pcm.c 22 Apr 2005 13:53:56 -0000 1.2
@@ -1,6 +1,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <inttypes.h>
+#include <unistd.h>
#include <string.h>
#include "m_option.h"
#include "../mp_msg.h"
Index: ae.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpcodecs/ae.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ae.c 22 Apr 2005 06:59:08 -0000 1.1
+++ ae.c 22 Apr 2005 13:53:56 -0000 1.2
@@ -2,6 +2,7 @@
#include <string.h>
#include <stdlib.h>
#include <inttypes.h>
+#include <unistd.h>
#include <math.h>
#include "aviheader.h"
#include "ms_hdr.h"
Index: ae_toolame.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpcodecs/ae_toolame.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ae_toolame.c 22 Apr 2005 06:59:08 -0000 1.4
+++ ae_toolame.c 22 Apr 2005 13:53:56 -0000 1.5
@@ -1,6 +1,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <inttypes.h>
+#include <unistd.h>
#include <string.h>
#include "m_option.h"
#include "../mp_msg.h"
Index: ae_lavc.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpcodecs/ae_lavc.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ae_lavc.c 22 Apr 2005 06:59:08 -0000 1.1
+++ ae_lavc.c 22 Apr 2005 13:53:56 -0000 1.2
@@ -1,6 +1,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <inttypes.h>
+#include <unistd.h>
#include <string.h>
#include "m_option.h"
#include "../mp_msg.h"
Index: ae_lame.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpcodecs/ae_lame.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ae_lame.c 22 Apr 2005 06:59:08 -0000 1.1
+++ ae_lame.c 22 Apr 2005 13:53:56 -0000 1.2
@@ -1,6 +1,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <inttypes.h>
+#include <unistd.h>
#include <string.h>
#include "m_option.h"
#include "../mp_msg.h"
- Previous message: [MPlayer-cvslog] CVS: main get_path.c,1.8,1.9
- Next message: [MPlayer-cvslog] CVS: main/libmpcodecs ae_pcm.c, 1.1, 1.2 ae.c, 1.1, 1.2 ae_toolame.c, 1.4, 1.5 ae_lavc.c, 1.1, 1.2 ae_lame.c, 1.1, 1.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list