how do i git vlc source version 2.0.0. I have a virtual box installed on my windws 7 pc. the VB has ubuntu 11.10 as my guest OS.
I tried, git clone git://git.videolan.org/vlc.git -- This downloads the latest vesion as of date, VLC 2.1.0.
I tried, git clone git://git.videolan.org/vlc/vlc-2.0.git -- this downloads version 2.0.1.
So the same way i tried,
git clone git://git.videolan.org/vlc/vlc-2.0.0.git to download vlc2.0.0. But FAILED, saying remote error: access denied or repository not exported.
i guess, vlc 2.0.0 is the latest official release as of today.
So how do i do it?