Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where to download libvlc? [closed]

I can't find where to download libvlc. In fact I already use it in a Windows application I'm developping but I don't remember where I got it and wanted to have a more recent version and the licence info as I read it is LGPL but still not sure. Thanks in advance.

like image 292
Entretoize Avatar asked Dec 24 '15 06:12

Entretoize


2 Answers

In their wiki page :

Warning: Please, do not put pre-release test binaries or git-compiles on software sites or on user-forums. We've had bad experiences with this before and we do not appreciate it.

It seems that they want you to pull the code and compile it yourself.

this the code page: https://wiki.videolan.org/GetTheSource/

and this instruction on windows: https://wiki.videolan.org/Win32Compile/

Good luck!

like image 177
Humam Helfawi Avatar answered Oct 27 '22 10:10

Humam Helfawi


Just reinstall [standard] vlc. It knows where it was installed previously and has a copy of the library. No need to install the library separately. If you used standard install, this will be:

C:Program Files (x86)\VideoLAN\VLC

and the libraries will be in there

like image 35
Craig Estey Avatar answered Oct 27 '22 09:10

Craig Estey