]> git.sesse.net Git - vlc/commit
* added the GNU getopt library, which gets compiled in when getopt_long
authorSam Hocevar <sam@videolan.org>
Thu, 5 Apr 2001 03:50:38 +0000 (03:50 +0000)
committerSam Hocevar <sam@videolan.org>
Thu, 5 Apr 2001 03:50:38 +0000 (03:50 +0000)
commitcfbe86907a89f937b79462cb2876ef7e3cfd4500
tree10a43291e5521d41d90697fbd894ac63221af8be
parent646f7c46296fbe55fce3dc51d116bb94664d357d
  * added the GNU getopt library, which gets compiled in when getopt_long
    isn't available on the desired platform.
  * replaced the `--warning' flag with the standard cumulative `-v' flag.
    `-v' is like `--warning 3', and `-vvvv' is like `--warning 0'
    (`--warning' is still valid for those used to it)
  * cleaning in configure.in and Makefile.in, the Solaris port now
    builds and runs properly.
12 files changed:
Makefile.in
configure
configure.in
doc/vlc.1
extras/GNUgetopt/getopt.c [new file with mode: 0644]
extras/GNUgetopt/getopt.h [new file with mode: 0644]
extras/GNUgetopt/getopt1.c [new file with mode: 0644]
extras/MacOSX_dvdioctl/.cvsignore [new file with mode: 0644]
include/config.h.in
include/defs.h.in
plugins/darwin/aout_darwin.c
src/interface/main.c