gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] gnash/libamf rtmp.cpp


From: Vitaly Alexeev
Subject: [Gnash-commit] gnash/libamf rtmp.cpp
Date: Tue, 08 Aug 2006 11:20:19 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Vitaly Alexeev <alexeev>        06/08/08 11:20:19

Modified files:
        libamf         : rtmp.cpp 

Log message:
        porting to win32

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/libamf/rtmp.cpp?cvsroot=gnash&r1=1.2&r2=1.3

Patches:
Index: rtmp.cpp
===================================================================
RCS file: /sources/gnash/gnash/libamf/rtmp.cpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- rtmp.cpp    2 Aug 2006 01:22:59 -0000       1.2
+++ rtmp.cpp    8 Aug 2006 11:20:19 -0000       1.3
@@ -43,7 +43,10 @@
 #include "rtmp.h"
 #include "log.h"
 #include "new"
+
+#if ! (defined(_WIN32) || defined(WIN32))
 #include <netinet/in.h>
+#endif
 
 using namespace gnash;
 using namespace amf;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]