[vlc-devel] commit: getopt: remove useless functions and boiler plate, update licens ( Rémi Denis-Courmont )
git version control
git at videolan.org
Sun Feb 28 16:02:23 CET 2010
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sun Feb 28 15:25:17 2010 +0200| [2361280d58e8b8c52ff4b7afa9dded5bc112efea] | committer: Rémi Denis-Courmont
getopt: remove useless functions and boiler plate, update licens
We only use getopt_long(). Also we don't care about pre-C89 compilers.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=2361280d58e8b8c52ff4b7afa9dded5bc112efea
---
src/Makefile.am | 5 +-
src/config/cmdline.c | 2 +-
src/{extras => config}/getopt.c | 364 +++-----------------------
src/{extras/getopt.h => config/vlc_getopt.h} | 86 ++-----
src/extras/getopt1.c | 183 -------------
src/libvlc.c | 4 +-
src/win32/specific.c | 2 +-
7 files changed, 71 insertions(+), 575 deletions(-)
Diff: http://git.videolan.org/gitweb.cgi/vlc.git/?a=commitdiff;h=2361280d58e8b8c52ff4b7afa9dded5bc112efea
More information about the vlc-devel
mailing list