CVS: main/libmpdemux asf_streaming.c,1.22,1.23 stream.h,1.28,1.29
Update of /cvsroot/mplayer/main/libmpdemux In directory mplayer:/var/tmp.root/cvs-serv7222 Modified Files: asf_streaming.c stream.h Log Message: 10l ... Index: asf_streaming.c =================================================================== RCS file: /cvsroot/mplayer/main/libmpdemux/asf_streaming.c,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- asf_streaming.c 23 Jan 2002 08:50:30 -0000 1.22 +++ asf_streaming.c 23 Jan 2002 14:11:19 -0000 1.23 @@ -9,9 +9,10 @@ #include "url.h" #include "http.h" #include "asf.h" -#include "network.h" #include "stream.h" + +#include "network.h" typedef struct { ASF_StreamType_e streaming_type; Index: stream.h =================================================================== RCS file: /cvsroot/mplayer/main/libmpdemux/stream.h,v retrieving revision 1.28 retrieving revision 1.29 diff -u -r1.28 -r1.29 --- stream.h 23 Jan 2002 13:57:43 -0000 1.28 +++ stream.h 23 Jan 2002 14:11:19 -0000 1.29 @@ -21,10 +21,6 @@ #include "network.h" #endif -#ifdef __FreeBSD__ -#include "network.h" -#endif - int vcd_seek_to_track(int fd,int track); void vcd_read_toc(int fd);
participants (1)
-
Bohdan 'Nexus' Horst