]> git.sesse.net Git - vlc/blobdiff - INSTALL.win32
* configure.ac: bumped version number to 0.6.1.
[vlc] / INSTALL.win32
index fc93bdb0ceca16eb41c08810007944b87c14eb1e..a99e0edaf266920569c9ca5ad540d66e9db71e6e 100644 (file)
@@ -1,4 +1,4 @@
-$Id: INSTALL.win32,v 1.18 2003/07/25 13:24:29 gbazin Exp $
+$Id: INSTALL.win32,v 1.19 2003/07/29 17:42:58 gbazin Exp $
 
 INSTALL file for the Windows9x/Me/NT4/2k/XP version of the VLC media player
 
@@ -86,10 +86,10 @@ http://www.videolan.org/pub/testing/contrib/
 We also provide a package with all the libraries already compiled so it is
 actually really easy to compile a full-featured version of vlc (these compiled
 libraries will only work with mingw or cygwin):
-http://www.videolan.org/pub/testing/win32/contrib-20030725-win32-bin.tar.bz2
+http://www.videolan.org/pub/testing/win32/contrib-20030729-win32-bin.tar.bz2
 All you need to do is extract it in your root directory (the include files
 and libraries will be put in /usr/win32). You can do this with the following
-command: "tar xjvf contrib-20030725-win32-bin.tar.bz2 -C /"
+command: "tar xjvf contrib-20030729-win32-bin.tar.bz2 -C /"
 
 A complete list of the libraries on which we depend can be found here:
 http://developers.videolan.org/vlc/
@@ -149,6 +149,7 @@ lines:
   LDFLAGS=-L/usr/win32/lib \
   ./configure \
       --disable-sdl --disable-gtk \
+      --disable-mkv \
       --enable-nls \
       --enable-ffmpeg --with-ffmpeg-mp3lame \
       --enable-faad \