]> git.sesse.net Git - vlc/blobdiff - INSTALL.win32
* modules/audio_output/waveout.c: backport of 13398.
[vlc] / INSTALL.win32
index a46cb6105f27c026a3a149c79f237c1c5df86260..d5c093d291e0fa5a3a23cc9939a99fb4ff0fe3cd 100644 (file)
@@ -94,13 +94,14 @@ http://download.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://download.videolan.org/pub/testing/win32/contrib-20040902-win32-bin-gcc3.3.1-only.tar.bz2 (Check out fo more recent versions at the same location). 
+http://download.videolan.org/pub/testing/win32/contrib-20051104-win32-bin-gcc3.3.1-only.tar.bz2 
+(This one was the current one when the release was done. More recent ones may work). 
 
 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-20040902-win32-bin-gcc3.3.1-only.tar.bz2 -C /
+  tar xjvf contrib-20051104-win32-bin-gcc3.3.1-only.tar.bz2 -C /
 
 Please note the "-C /".