[MPlayer-dev-eng] Real rtsp:// support
Dan Christiansen
danchr at daimi.au.dk
Sat Apr 19 02:10:39 CEST 2003
On Thursday, April 17, 2003, at 10:36 PM, Roberto Togni wrote:
> Hi all,
> i ported Real rtsp:// support from xine.
This doesn't seem to work on Mac OS X out of the box; it needs
inttypes.h to be included.
This patch fixes it.
- Dan
Index: libmpdemux/realrtsp/rmff.h
===================================================================
RCS file: /cvsroot/mplayer/main/libmpdemux/realrtsp/rmff.h,v
retrieving revision 1.1
diff -a -u -r1.1 rmff.h
--- libmpdemux/realrtsp/rmff.h 17 Apr 2003 20:38:57 -0000 1.1
+++ libmpdemux/realrtsp/rmff.h 19 Apr 2003 00:30:26 -0000
@@ -36,6 +36,7 @@
#include <stdlib.h>
#include <string.h>
+#include <stdint.h>
#ifndef HAVE_RMFF_H
#define HAVE_RMFF_H
Index: libmpdemux/realrtsp/rtsp.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpdemux/realrtsp/rtsp.c,v
retrieving revision 1.1
diff -a -u -r1.1 rtsp.c
--- libmpdemux/realrtsp/rtsp.c 17 Apr 2003 20:38:57 -0000 1.1
+++ libmpdemux/realrtsp/rtsp.c 19 Apr 2003 00:30:26 -0000
@@ -41,6 +41,8 @@
#include <sys/time.h>
#include <sys/types.h>
+#include <stdint.h>
+
#include "rtsp.h"
/*
More information about the MPlayer-dev-eng
mailing list