From 9ddd71fc6063b357344f81a0f704c1d04f584ada Mon Sep 17 00:00:00 2001 From: François Revol Date: Sat, 2 Nov 2002 10:35:07 +0000 Subject: added BeOS net_server support (R5 network stack), basically the same problems as with winsock (sockets != fd), and the broken select(). based on older patch by Andrew Bachmann. patch by (François Revol ) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Originally committed as revision 1144 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libav/rtsp.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'libav/rtsp.c') diff --git a/libav/rtsp.c b/libav/rtsp.c index acacc5de9c..81b59f8916 100644 --- a/libav/rtsp.c +++ b/libav/rtsp.c @@ -21,7 +21,11 @@ #include #include #include -#include +#ifndef __BEOS__ +# include +#else +# include "barpainet.h" +#endif //#define DEBUG -- cgit v1.2.3