[vlc-devel] Re: link special library to new plugin
Clément Stenac
zorglub at via.ecp.fr
Tue Dec 21 18:40:15 CET 2004
Hello,
> I'm currently writing a new outputplugin for the vlc. This plugin needs
> to be linked against a special library.
> Can anyone tell me where I have to add the library and include paths so
> that my plugin is linked with the library.
>
You need to put that in configure.ac. Use the VLC_ADD_LFDLAGS and
VLC_ADD_CFLAGS m4 macro. You can look at modules such as theora for
examples.
Good luck :)
--
Zorglub
Clément Stenac
--
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