[Mplayer-cvslog] CVS: main/libmpdemux stream.h,1.27,1.28

Bohdan 'Nexus' Horst nexus at mplayer.dev.hu
Wed Jan 23 14:57:50 CET 2002


Update of /cvsroot/mplayer/main/libmpdemux
In directory mplayer:/var/tmp.root/cvs-serv2773

Modified Files:
	stream.h 
Log Message:
FreeBSD need this to compile after last changes

Index: stream.h
===================================================================
RCS file: /cvsroot/mplayer/main/libmpdemux/stream.h,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- stream.h	21 Jan 2002 09:44:25 -0000	1.27
+++ stream.h	23 Jan 2002 13:57:43 -0000	1.28
@@ -21,6 +21,10 @@
 #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);
 




More information about the MPlayer-cvslog mailing list