diff options
author | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2011-03-20 14:25:40 +0000 |
---|---|---|
committer | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2011-03-20 14:25:40 +0000 |
commit | ced4b1666765715376058ea16669d18a4f3e68e6 (patch) | |
tree | dd8ca75cfc4f841b82f00ea7b24b849ee277577a /doc/README.WIN32 | |
parent | 77aa841ba7f4249dceaea6470cb025f976a6e57a (diff) | |
parent | 5f74ef4b65a270a8b985917373bc0e219fa06ecd (diff) | |
download | xine-lib-ced4b1666765715376058ea16669d18a4f3e68e6.tar.gz xine-lib-ced4b1666765715376058ea16669d18a4f3e68e6.tar.bz2 |
Merge from 1.1.
--HG--
rename : src/libxineadec/gsm610/Makefile.am => contrib/gsm610/Makefile.am
rename : src/libxineadec/nosefart/diff_to_nosefart_cvs.patch => contrib/nosefart/diff_to_nosefart_cvs.patch
rename : src/libxineadec/nosefart/nes6502.c => contrib/nosefart/nes6502.c
rename : src/libxineadec/nosefart/nes6502.h => contrib/nosefart/nes6502.h
rename : src/libxineadec/nosefart/nes_apu.c => contrib/nosefart/nes_apu.c
rename : src/libxineadec/nosefart/nes_apu.h => contrib/nosefart/nes_apu.h
rename : src/libxineadec/nosefart/nsf.c => contrib/nosefart/nsf.c
rename : src/libxineadec/nosefart/nsf.h => contrib/nosefart/nsf.h
rename : src/libxineadec/nosefart/types.h => contrib/nosefart/types.h
rename : src/libxineadec/nosefart/version.h => contrib/nosefart/version.h
rename : doc/faq/faq.sgml => doc/faq/faq.docbook
rename : src/libsputext/demux_sputext.c => src/spu_dec/sputext_demuxer.c
rename : src/libxinevdec/image.c => src/video_dec/image.c
Diffstat (limited to 'doc/README.WIN32')
-rw-r--r-- | doc/README.WIN32 | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/README.WIN32 b/doc/README.WIN32 index 989728b07..a1dc461f5 100644 --- a/doc/README.WIN32 +++ b/doc/README.WIN32 @@ -44,8 +44,6 @@ How to build: # install and manually remove the static plugins # make install DESTDIR=/tmp/xine-lib - rm /tmp/xine-lib/bin/plugins/*.a - rm /tmp/xine-lib/bin/plugins/post/*.a Prepare xine library for using in M$ compilers too: # run terminal window (MinGW for example) @@ -56,6 +54,9 @@ Prepare xine library for using in M$ compilers too: <path_to_M$VC>/VC98/BIN/LIB.EXE /machine:i386 /def:libxine-1.def rm libxine-1.dll +For 64bit, use x86 instead of i386: + <path_to_M$VC>/VC98/BIN/LIB.EXE /machine:x86 /def:libxine-1.def + 2. CygWin port -------------- @@ -165,8 +166,8 @@ There remains many of work yet on Windows port. Limitations: - file > 1GB doesn't work (MinGW problem?) - - build system isn't fully tuned for cross-compiling - seeking doesn't work with testing frontend, but it should be OK in library + - libcdio not ported to mingw32-w64 (frelling headers :-)) Bugs: - random crashes and random locks in stress tests |