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 /doc | |
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 'doc')
-rw-r--r-- | doc/README.MINGWCROSS | 14 |
1 files changed, 4 insertions, 10 deletions
diff --git a/doc/README.MINGWCROSS b/doc/README.MINGWCROSS index c867bf9ac..69b70ff71 100644 --- a/doc/README.MINGWCROSS +++ b/doc/README.MINGWCROSS @@ -235,13 +235,6 @@ Now we can build xine library for Windows by this way: --with-pthread-prefix=$PREFIX/pthreads-win32 # - # build system isn't fully prepared for cross compiling, so it's needed - # manually or by patch disable plugins in Makefiles depending on wrongly - # detected libraries - # - ... - - # # compile # make @@ -253,10 +246,11 @@ Now we can build xine library for Windows by this way: rm /tmp/xine-lib-mingwcross/lib/xine/plugins/1.1.0{/,/post}/*.a # - # if we want to use xine library in M$ compilers, we will need wine and some - # tools from M$ Visual C: LIB.EXE, LINK.EXE, MSPDB60.DLL + # create libxine-1.lib file (optional, when we want to use xine library in + # M$ compilers) # - # create libxine-1.lib file (optional) + # we will need wine and some tools from M$ Visual C: LIB.EXE, LINK.EXE, + # MSPDB60.DLL # cd <path_where_libxine_is_installed_>/lib cp ../bin/libxine-1.dll . |