• David Fuhrmann's avatar
    macosx: wait in vout provider for the interface to be initialized · 4a17358a
    David Fuhrmann authored
    Because the playlist is started before the interface is up,
    the vout window provider waits until basic initalization is done
    in the interface (initialization of VLCIntf, NSApp, static vars).
    
    This is still sort of a hack, ideally the playlist should be
    started only after all interfaces are fully initialized.
    
    close #11585
    4a17358a
intf.m 67.4 KB