Skip to content
  • Rafaël Carré's avatar
    system_Init(): remove unused arguments · 04526ea8
    Rafaël Carré authored
    darwin relied on argv[0] as a fallback to retrieve executable name,
    but this can't work anymore as:
    - libvlc_new() can be given anything as argc/argv
    - libvlc_new() inserts "libvlc" at position 0 anyway
    04526ea8