Page 1 of 1

i want build My project use VLC library on QT

Posted: 13 Mar 2010 05:48
by coder_gate
i readed http://wiki.videolan.org/LibVLC_SampleCode_Qt but i dont found path to vlc lib

Code: Select all

LIBS += -L*path to vlc lib* #if you are at windows os LIBS += -lvlc
can you help me ?

Re: i want build My project use VLC library on QT

Posted: 18 Mar 2010 13:44
by Jo2003
If you have installed vlc player on Windows, the dll will be there (e.g. c:\program files\videolan\vlc).
On Ubuntu 9.10 e.g. the lib is in /usr/lib. Maybe there you have to create a symbolic link because the linker will only link to libvlc2.so (and this link wasn't there on my installation).

Jo2003