CVSROOT: /sources/gnash
Module name: gnash
Changes by: Vitaly Alexeev <alexeev> 06/11/20 15:05:21
Modified files:
. : ChangeLog
Log message:
* server\parser\movie_def_impl.cpp: usleep(x) ==> Sleep(x/1000)
for win32,
'return _thread == 0' is invalid in win32 that 'pthread_t' is
typedef struct {
void * p; /* Pointer to actual object */
unsigned int x; /* Extra information - reuse count etc
*/
} ptw32_handle_t;
* server\video_stream_instance.h: typo
* gui\gui.cpp: typo
* backend\render_handler_ogl.cpp: GL/glx.h is absent in win32
* backend\sound_handler_sdl.cpp: sdl_audio_callback() is
switched off for win32
because of segmentation fault
* server\video_stream_instance.cpp: typo
* reconfigured win32 dir
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.1674&r2=1.1675
Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.1674
retrieving revision 1.1675
diff -u -b -r1.1674 -r1.1675
--- ChangeLog 20 Nov 2006 14:49:12 -0000 1.1674
+++ ChangeLog 20 Nov 2006 15:05:21 -0000 1.1675
@@ -1,3 +1,18 @@
+2006-11-20 Vitaly Alexeev <[EMAIL PROTECTED]>
+
+ * server\parser\movie_def_impl.cpp: usleep(x) ==> Sleep(x/1000) for
win32,
+ 'return _thread == 0' is invalid in win32 that 'pthread_t' is typedef
struct {
+ void * p; /* Pointer to actual object */
+ unsigned int x; /* Extra information - reuse count etc */
+ } ptw32_handle_t;
+ * server\video_stream_instance.h: typo
+ * gui\gui.cpp: typo
+ * backend\render_handler_ogl.cpp: GL/glx.h is absent in win32
+ * backend\sound_handler_sdl.cpp: sdl_audio_callback() is switched off
for win32
+ because of segmentation fault
+ * server\video_stream_instance.cpp: typo
+ * reconfigured win32 dir
+
2006-11-20 Sandro Santilli <[EMAIL PROTECTED]>
* gui/gnash.cpp (parseCommandLine): don't remove log file !
_______________________________________________
Gnash-commit mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnash-commit