[Mplayer-cvslog] CVS: main/libmpdemux/realrtsp rmff.h,1.1,1.2 rtsp.c,1.1,1.2
Roberto Togni CVS
rtognimp at mplayerhq.hu
Sat Apr 19 16:54:27 CEST 2003
Update of /cvsroot/mplayer/main/libmpdemux/realrtsp
In directory mail:/var/tmp.root/cvs-serv9838
Modified Files:
rmff.h rtsp.c
Log Message:
Fix compilation for *BSD, Mac OS X and maybe others (info by Steven M. Schultz and Dan Christiansen)
Index: rmff.h
===================================================================
RCS file: /cvsroot/mplayer/main/libmpdemux/realrtsp/rmff.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- rmff.h 17 Apr 2003 20:38:57 -0000 1.1
+++ rmff.h 19 Apr 2003 14:54:03 -0000 1.2
@@ -35,6 +35,7 @@
#include <fcntl.h>
#include <stdlib.h>
#include <string.h>
+#include <inttypes.h>
#ifndef HAVE_RMFF_H
Index: rtsp.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpdemux/realrtsp/rtsp.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- rtsp.c 17 Apr 2003 20:38:57 -0000 1.1
+++ rtsp.c 19 Apr 2003 14:54:03 -0000 1.2
@@ -40,6 +40,7 @@
#include <time.h>
#include <sys/time.h>
#include <sys/types.h>
+#include <inttypes.h>
#include "rtsp.h"
More information about the MPlayer-cvslog
mailing list