From 678b4e9cad47a6c176bb05de32aa0dd56742f15a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franti=C5=A1ek=20Dvo=C5=99=C3=A1k?= Date: Mon, 14 Nov 2005 12:34:45 +0000 Subject: *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 --- doc/README.MINGWCROSS | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) (limited to 'doc') diff --git a/doc/README.MINGWCROSS b/doc/README.MINGWCROSS index c867bf9ac..69b70ff71 100644 --- a/doc/README.MINGWCROSS +++ b/doc/README.MINGWCROSS @@ -234,13 +234,6 @@ Now we can build xine library for Windows by this way: --with-zlib-prefix=$PREFIX/zlib \ --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 # @@ -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 /lib cp ../bin/libxine-1.dll . -- cgit v1.2.3