Thanks Remi, <br><br>I tried find the ibvlc.so, but the are all in the hidden directory '.libs', <br><br>$ find . -name libvlc*.so<br>./src/.libs/libvlc.so<br>./src/.libs/libvlc-control.so<br>./build/mozilla/.libs/libvlcplugin.so
<br>./build/src/.libs/libvlc.so<br>./build/src/.libs/libvlc-control.so<br><br>But there is a libvlc*.la file which is not inside the hidden directory. So you please tell me how can i link vlc with my c++ application? <br>
<br>$ find . -name libvlc*.la<br>./libs/srtp/.libs/libvlc_srtp.la<br>./libs/srtp/libvlc_srtp.la<br>./src/libvlc-<a href="http://control.la">control.la</a><br>./src/.libs/libvlc-<a href="http://control.la">control.la</a><br>
./src/.libs/libvlc.la<br>./src/libvlc.la<br>./build/mozilla/.libs/libvlcplugin.la<br>./build/mozilla/libvlcplugin.la<br>./build/libs/srtp/.libs/libvlc_srtp.la<br>./build/libs/srtp/libvlc_srtp.la<br>./build/src/libvlc-<a href="http://control.la">
control.la</a><br>./build/src/.libs/libvlc-<a href="http://control.la">control.la</a><br>./build/src/.libs/libvlc.la<br>./build/src/libvlc.la<br><br><br><br><br><div><span class="gmail_quote">On 5/21/07, <b class="gmail_sendername">
Rémi Denis-Courmont</b> <<a href="mailto:rem@videolan.org">rem@videolan.org</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Le lundi 21 mai 2007, Herman Schultz a écrit :<br>> Hi,<br>><br>> If I want to call vlc functions inside my c/c++ application, can you<br>> please tell me which libraries I need to link with?<br><br>There are three different possibilities.
<br><br>First you can use the ActiveX or Mozilla plugins. Second you can link<br>with the libvlc "media control" API, which provides a simple yet more<br>stable API/ABI to VLC media player. Last you can link with libvlc.(dll|
<br>so|dylib) directly, but the API is currently work in progress, and may<br>be a bit akward to use.<br><br>--<br>Rémi Denis-Courmont<br><a href="http://www.remlab.net/">http://www.remlab.net/</a><br><br></blockquote></div>
<br>