[vlc-devel] commit: mozilla: fix video overwritting toolbar issue (Jean-Paul Saman )
Rémi Duraffort
ivoire at videolan.org
Sun Mar 8 15:47:51 CET 2009
>> {
>> memset(&npwindow, 0, sizeof(NPWindow));
>> + memset(&npvideo, 0, sizeof(Window));
>> + memset(&npcontrol, 0, sizeof(Window));
>
> In file included from vlcplugin.cpp:29:
> ../../config.h:1012:1: warning: this is the location of the previous
> definition
> vlcplugin.cpp: In constructor `VlcPlugin::VlcPlugin(NPP_t*, uint16)':
> vlcplugin.cpp:77: error: `npvideo' was not declared in this scope
> vlcplugin.cpp:77: error: `Window' was not declared in this scope
> vlcplugin.cpp:78: error: `npcontrol' was not declared in this scope
> make[3]: *** [npvlc_la-vlcplugin.lo] Error 1
Fixed.
--
Rémi Duraffort | ivoire
More information about the vlc-devel
mailing list