]> git.sesse.net Git - vlc/commit
Accept partial matches with -p <module name> (aka --module ...)
authorAntoine Cellerier <dionoea@videolan.org>
Mon, 1 Sep 2008 23:29:38 +0000 (01:29 +0200)
committerAntoine Cellerier <dionoea@videolan.org>
Mon, 1 Sep 2008 23:29:38 +0000 (01:29 +0200)
commit884122a7d6cb1d1b48dc9bf52ce89c114462997a
treeb47ba82f3ede0ec28335bb4db6e8e40109e57342
parent0c1e905892a1fe34e8f4e7f6451b047c8bc8f2b6
Accept partial matches with -p <module name> (aka --module ...)
Old behavior is still available by prefixing the module name with an
equal sign. For example "vlc -p ts --advanced" returns help on the mux_ts,
vod_rtsp, ts and dvb (aka atsc) modules while "vlc -p '=ts' --advanced"
returns help on the mux_ts (aka ts) and ts modules.
src/libvlc-module.c
src/libvlc.c