options: support string list separators other than ','
commit2db33ab48cfa7858dacd2872b7e6b6b0c67b7214
authorUoti Urpala <uau@mplayer2.org>
Tue, 19 Apr 2011 01:11:52 +0000 (19 04:11 +0300)
committerUoti Urpala <uau@mplayer2.org>
Wed, 20 Apr 2011 01:22:52 +0000 (20 04:22 +0300)
treec239ff1b2707431ef1d4fae191d29a600f3641eb
parentacc187cd208f20de9c5a71ac3de7e80b7f69c1dc
options: support string list separators other than ','

Allow specifying a custom separator character for options of string
list type, and use that to define OPT_PATHLIST which takes a list of
strings separated by ':' (or ';' on Windows).
m_option.c
m_option.h