[vlc-devel] [PATCH] OSX: don't open items twice

Felix Paul Kühne fkuehne.videolan at gmail.com
Sun Jun 23 16:19:06 CEST 2013


Hello Rafaël,

> On 22.06.2013, at 15:22, Rafaël Carré <funman at videolan.org> wrote:
> 
> +static BOOL launched = NO;
> +static unsigned int items_at_start = 0;

You shouldn't use static here but global variables internal to the VLCMain class.

Rest lgtm.

Best regards,

Felix


More information about the vlc-devel mailing list