[vlc-commits] contribs packages have a different name these days
Rafaël Carré
git at videolan.org
Wed Jun 15 23:13:00 CEST 2011
vlc | branch: master | Rafaël Carré <rafael.carre at gmail.com> | Tue Jun 14 22:29:51 2011 -0400| [11a92383c8a88e69a77d3cb7f30c286a94ec1301] | committer: Rafaël Carré
contribs packages have a different name these days
They also include the mingw runtime version used to build them
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=11a92383c8a88e69a77d3cb7f30c286a94ec1301
---
INSTALL.win32 | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/INSTALL.win32 b/INSTALL.win32
index d8f83f1..c94fe3b 100644
--- a/INSTALL.win32
+++ b/INSTALL.win32
@@ -64,14 +64,14 @@ Usually, you don't want to compile those by yourself, so use pre-compiled ones.
* 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-200xxxxx-win32-bin-gcc-x.x.x-only.tar.bz2
+ http://download.videolan.org/pub/testing/win32/contrib-201xxxxx-win32-bin-gcc-x.x.x-runtime-x.xx.x-only.tar.bz2
(Check out for more recent versions at the same location).
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-20060330-win32-bin-gcc-3.4.5-only.tar.bz2 -C /
+ tar xjvf contrib-20110614-win32-bin-gcc-4.4.4-runtime-3.15.2-only.tar.bz2 -C /
Please note the "-C /".
More information about the vlc-commits
mailing list