CVSROOT: /sources/gnash
Module name: gnash
Changes by: Vitaly Alexeev <alexeev> 06/11/07 16:39:43
Modified files:
libbase : URL.cpp
Log message:
* backend\render_handler_ogl.cpp: The elementary yuv-video
opengl
render which should work on all platform (very slow)
* libbase\URL.cpp: #include <sys/param.h> removed for win32
* server\asobj\NetStream.cpp: a bit cleunup
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/libbase/URL.cpp?cvsroot=gnash&r1=1.30&r2=1.31
Patches:
Index: URL.cpp
===================================================================
RCS file: /sources/gnash/gnash/libbase/URL.cpp,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -b -r1.30 -r1.31
--- URL.cpp 6 Nov 2006 19:35:06 -0000 1.30
+++ URL.cpp 7 Nov 2006 16:39:43 -0000 1.31
@@ -43,10 +43,10 @@
# include <direct.h>
#else
# include <unistd.h>
+# include <sys/param.h>
#endif
#include <climits>
-#include <sys/param.h>
using namespace std;
_______________________________________________
Gnash-commit mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnash-commit