Skip to content
  • dionoea's avatar
    Prevent these errors when using help flag · beedc2e2
    dionoea authored
    [00000001] main libvlc error: option daemon does not exist
    [00000001] main libvlc error: option pidfile does not exist
    
    The were due to the module_EndBand( p_libvlc ); on line 430 in libvlc-common.c . Please check that this is the correct way of doing it.
    beedc2e2