[MPlayer-cvslog] CVS: main/libmpcodecs ae.c, 1.2, 1.3 ae_lame.c, 1.2, 1.3 ae_lavc.c, 1.2, 1.3 ae_pcm.c, 1.2, 1.3 ae_toolame.c, 1.5, 1.6

Nico Sabbi CVS syncmail at mplayerhq.hu
Fri Apr 22 19:53:34 CEST 2005


CVS change done by Nico Sabbi CVS

Update of /cvsroot/mplayer/main/libmpcodecs
In directory mail:/var2/tmp/cvs-serv30975

Modified Files:
	ae.c ae_lame.c ae_lavc.c ae_pcm.c ae_toolame.c 
Log Message:
macosx compilation fix

Index: ae.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpcodecs/ae.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ae.c	22 Apr 2005 13:53:56 -0000	1.2
+++ ae.c	22 Apr 2005 17:53:31 -0000	1.3
@@ -3,6 +3,7 @@
 #include <stdlib.h>
 #include <inttypes.h>
 #include <unistd.h>
+#include <sys/types.h>
 #include <math.h>
 #include "aviheader.h"
 #include "ms_hdr.h"

Index: ae_lame.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpcodecs/ae_lame.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ae_lame.c	22 Apr 2005 13:53:56 -0000	1.2
+++ ae_lame.c	22 Apr 2005 17:53:31 -0000	1.3
@@ -3,6 +3,7 @@
 #include <inttypes.h>
 #include <unistd.h>
 #include <string.h>
+#include <sys/types.h>
 #include "m_option.h"
 #include "../mp_msg.h"
 #include "aviheader.h"

Index: ae_lavc.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpcodecs/ae_lavc.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ae_lavc.c	22 Apr 2005 13:53:56 -0000	1.2
+++ ae_lavc.c	22 Apr 2005 17:53:31 -0000	1.3
@@ -3,6 +3,7 @@
 #include <inttypes.h>
 #include <unistd.h>
 #include <string.h>
+#include <sys/types.h>
 #include "m_option.h"
 #include "../mp_msg.h"
 #include "aviheader.h"

Index: ae_pcm.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpcodecs/ae_pcm.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ae_pcm.c	22 Apr 2005 13:53:56 -0000	1.2
+++ ae_pcm.c	22 Apr 2005 17:53:31 -0000	1.3
@@ -3,6 +3,7 @@
 #include <inttypes.h>
 #include <unistd.h>
 #include <string.h>
+#include <sys/types.h>
 #include "m_option.h"
 #include "../mp_msg.h"
 #include "aviheader.h"

Index: ae_toolame.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpcodecs/ae_toolame.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ae_toolame.c	22 Apr 2005 13:53:56 -0000	1.5
+++ ae_toolame.c	22 Apr 2005 17:53:31 -0000	1.6
@@ -3,6 +3,7 @@
 #include <inttypes.h>
 #include <unistd.h>
 #include <string.h>
+#include <sys/types.h>
 #include "m_option.h"
 #include "../mp_msg.h"
 #include "aviheader.h"




More information about the MPlayer-cvslog mailing list