]> git.sesse.net Git - vlc/commit
commandline parsing: Fix the macfreetv crash
authorDerk-Jan Hartman <hartman@videolan.org>
Sun, 21 Sep 2008 15:43:25 +0000 (17:43 +0200)
committerDerk-Jan Hartman <hartman@videolan.org>
Sun, 21 Sep 2008 18:39:49 +0000 (20:39 +0200)
commit687c86594fa47ce21b2c838b05c5b078fb51a288
tree8a1e7cb5f72030dbd4c9d73877f977b11f51f89b
parent952a943ae25ba8f22e4e70eb0f55b4c0cee069b8
commandline parsing: Fix the macfreetv crash

Basically, somewhat of a "duh" now that we have optional_arguments on OSX.
It is highly annoying however that getopt_long behaviour differs so much
between gnu and BSD implementations, and then is even BUGGY on darwin.
'--option=value' is uniformly supported  and '--option value' is a GNU getopt thing.

imperfect world etc...
src/config/cmdline.c