diff options
author | František Dvořák <valtri@users.sourceforge.net> | 2005-11-14 12:34:45 +0000 |
---|---|---|
committer | František Dvořák <valtri@users.sourceforge.net> | 2005-11-14 12:34:45 +0000 |
commit | 678b4e9cad47a6c176bb05de32aa0dd56742f15a (patch) | |
tree | bbf9721ae6fb2fde3326bfece1af08ba34d3a164 /win32 | |
parent | dd90d5f61610a7bd59fe3f778d07000cc9746516 (diff) | |
download | xine-lib-678b4e9cad47a6c176bb05de32aa0dd56742f15a.tar.gz xine-lib-678b4e9cad47a6c176bb05de32aa0dd56742f15a.tar.bz2 |
*BUGFIX*
Testsuite for M$ Windows:
- init mutex in all video drivers ('none' for testsuite, fixes crashes),
was OK for linux pthreads
- use WaitForSingleObject for console file descriptirs in _x_io_select
(fixes stdin:/)
- workaround heavy debug messages in asf demuxer for some samples
(fixes full disk :->)
Fixed previous fix, s/gmtime/timgm/ :-)
Aalib cross detection + udate docs
CVS patchset: 7799
CVS date: 2005/11/14 12:34:45
Diffstat (limited to 'win32')
-rw-r--r-- | win32/libxinesuppt.dsp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/win32/libxinesuppt.dsp b/win32/libxinesuppt.dsp index 01fac0f93..6dc368309 100644 --- a/win32/libxinesuppt.dsp +++ b/win32/libxinesuppt.dsp @@ -136,6 +136,10 @@ SOURCE=..\lib\strsep.c SOURCE=..\lib\strtok_r.c
# End Source File
+# Begin Source File
+SOURCE=..\lib\timegm.c
+# End Source File
+
# End Group
# End Target
|