Page 1 of 1

How to use libVLC?

Posted: 02 Dec 2013 15:05
by dnaranjo
First of all, sorry for asking such a basic question but I've been looking around and I can not find any solution by myself... :\

I want to use VLC code in my projects. I have already downloaded the source from Git and got trough this tutorial (https://wiki.videolan.org/Win32Compile) to build it.
As it says in the end, I should have a directory with the binaries, libraries and so, but I don't have any of these files...

I was looking for some easy examples like:
- https://wiki.videolan.org/LibVLC_Tutorial
- https://wiki.videolan.org/LibVLC_Tutorial_086c

Both include <vlc/vlc.h> but, where should I get it from?

Re: How to use libVLC?

Posted: 02 Dec 2013 22:41
by sherington
If you cloned from git, then vlc.h is here:

Code: Select all

vlc/include/vlc/vlc.h
If you want to use libvlc you will also find:

Code: Select all

vlc/include/vlc/libvlc.h