[vlc-devel] Re: API VLC 0.9.0

Olivier Aubert olivier.aubert at liris.cnrs.fr
Fri Jun 15 10:31:43 CEST 2007


> My compile CLI : g++ -Wall -pedantic Server_sock.cpp main.cpp
> Stream_test.cpp webtv.cpp -o server -lvlc 
You need to add -lvlc-control to the link flags (after -lvlc), since the
external API functions have been splitted from the main library (only if
compiled with libtool, which is the default on linux platforms).

Olivier

-- 
This is the vlc-devel mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://developers.videolan.org/lists.html



More information about the vlc-devel mailing list