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