]> git.sesse.net Git - vlc/commit
system_Init(): remove unused arguments
authorRafaël Carré <rafael.carre@gmail.com>
Wed, 15 Jun 2011 04:29:25 +0000 (00:29 -0400)
committerRafaël Carré <rafael.carre@gmail.com>
Wed, 15 Jun 2011 21:09:56 +0000 (17:09 -0400)
commit04526ea89fbcc3bf69c1b6522253f30f35767b2b
treed242943be54b5cd5ca8a4c3324b3b8f1c665d973
parent2e3c00054e92207ff3c59cc1af763a0e0fa557a5
system_Init(): remove unused arguments

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
src/libvlc.c
src/libvlc.h
src/posix/darwin_specific.c
src/posix/linux_specific.c
src/posix/specific.c
src/win32/specific.c