diff options
author | František Dvořák <valtri@users.sourceforge.net> | 2003-11-26 21:28:47 +0000 |
---|---|---|
committer | František Dvořák <valtri@users.sourceforge.net> | 2003-11-26 21:28:47 +0000 |
commit | 8881fb73b3601d02796eab988e2d1d6aff1ee07a (patch) | |
tree | 5f032413b26264ef4ad5b0010c1e3827172c209c /win32/README | |
parent | e4378094297782d33ff7453bc34d4c6ccf26e090 (diff) | |
download | xine-lib-8881fb73b3601d02796eab988e2d1d6aff1ee07a.tar.gz xine-lib-8881fb73b3601d02796eab988e2d1d6aff1ee07a.tar.bz2 |
Win32 MSVC stuff:
piece of patch of previous win32 update
sputext demuxer - latin1 subtitles work
mpeg_pes demuxer - it's compiled fine with MSVC and it seems it works
CVS patchset: 5799
CVS date: 2003/11/26 21:28:47
Diffstat (limited to 'win32/README')
-rwxr-xr-x | win32/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/README b/win32/README index b84c9c330..3806df7c9 100755 --- a/win32/README +++ b/win32/README @@ -18,8 +18,8 @@ Steps for building Xine using MSVC: - Build the following projects in this order: libxinesuppt libxineutils - libxine libdvdnav + libxine - Next build any desired plugins (decoders/demuxers ...). The ao_out_directx and vo_out_directx are required for Win32. There is an option to use the vo_out_sdl but a sdl.dll must be present for that to take place. There have also been some issues observed with the directX video driver on some machines. NOTE: Project xineplug_dmx_asf currently does not build correctly. |