[vlc-devel] Re: undefined symbol: playlist_NodesCreateForSD

Stone syphyr at gmail.com
Sat Sep 16 05:33:13 CEST 2006


On 9/15/06, Stone <syphyr at gmail.com> wrote:
>
> It appears that when I load libbonjour, I get the following error with
> current vlc devel:
>
> [00000001] main libvlc warning: cannot load module
> `/usr/lib/vlc/services_discovery/libbonjour_plugin.so'
> (/usr/lib/vlc/services_discovery/libbonjour_plugin.so: undefined symbol:
> playlist_NodesCreateForSD)
>
> playlist_NodesCreateForSD seems to be depricated and now completly removed
> from the includes.  Can anyone tell me what the new call is?



Is playlist_NodesPairCreate_inner supposed to be the new call?

void (*playlist_NodesPairCreate_inner) (playlist_t *, char *,
playlist_item_t **, playlist_item_t **, vlc_bool_t);

void playlist_NodesCreateForSD<http://developers.videolan.org/vlc/vlc/doc/doxygen/html/group__vlc__playlist.html#g725b3785a030409d59f086675e816627>(
playlist_t<http://developers.videolan.org/vlc/vlc/doc/doxygen/html/structplaylist__t.html>*,
char *,
playlist_item_t<http://developers.videolan.org/vlc/vlc/doc/doxygen/html/structplaylist__item__t.html>**,
playlist_item_t<http://developers.videolan.org/vlc/vlc/doc/doxygen/html/structplaylist__item__t.html>**);

If so, how do we implement "vlc_bool_t".

Best Regards.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20060915/2efa7dc6/attachment.html>


More information about the vlc-devel mailing list