[vlc-commits] Move help command line options handling to a new file
Rémi Denis-Courmont
git at videolan.org
Mon Aug 22 19:06:47 CEST 2011
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Mon Aug 22 20:06:12 2011 +0300| [800024206c0a5824301f77335db81edc57e0836d] | committer: Rémi Denis-Courmont
Move help command line options handling to a new file
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=800024206c0a5824301f77335db81edc57e0836d
---
src/Makefile.am | 1 +
src/config/configuration.h | 1 +
src/config/help.c | 882 ++++++++++++++++++++++++++++++++++++++++++++
src/libvlc.c | 784 +---------------------------------------
src/libvlc.h | 2 +
5 files changed, 887 insertions(+), 783 deletions(-)
Diff: http://git.videolan.org/gitweb.cgi/vlc.git/?a=commitdiff;h=800024206c0a5824301f77335db81edc57e0836d
More information about the vlc-commits
mailing list