]> git.sesse.net Git - vlc/commit
libvlc: intf-show and intf-popmenu must be created before interfaces are launched...
authorErwan Tulou <erwan10@videolan.org>
Tue, 16 Feb 2010 14:16:32 +0000 (15:16 +0100)
committerErwan Tulou <erwan10@videolan.org>
Tue, 16 Feb 2010 14:32:49 +0000 (15:32 +0100)
commit902b4cd3a9b1f0e44deb3f7bbf67c0246e1101da
treec641e558fdac3b82d2bc565a61805c4eb02c8705
parent1c07e9e44edaf359003339727b02fe8220e37ac3
libvlc: intf-show and intf-popmenu must be created before interfaces are launched (via use of --extraintf)

This fixes 'vlc -I rc --extraintf skins' that fails to add a callback to these
variables because they are not yet created
(pointed out by assert failed in debug mode when calling var_DelCallback)
src/libvlc.c