]> git.sesse.net Git - vlc/commit
* ./configure.ac.in: duplicated arguments to AM_INIT_AUTOMAKE to fix
authorSam Hocevar <sam@videolan.org>
Thu, 3 Oct 2002 18:56:10 +0000 (18:56 +0000)
committerSam Hocevar <sam@videolan.org>
Thu, 3 Oct 2002 18:56:10 +0000 (18:56 +0000)
commitf501554a399ebfcf3a28673dc7ded7d6666203fb
treeed8e498ff574fa7bf5905be472ca57f0d1e4b40d
parent6dafa419846a89a815750f3de722d8d675699658
  * ./configure.ac.in: duplicated arguments to AM_INIT_AUTOMAKE to fix
    locales breakage.
  * ./src/libvlc.c: libvlc understands the VLC_VERBOSE environment variable,
    to be set between 0 and 4. Default value is 0 for a program using libvlc,
    but vlc sets it to 1 by default.
  * ./src/misc/configuration.c: -v now works the old way (-v, -vv, -vvv) as
    well as the new way (-v0, -v1, -v4). -v1 is the same as -v, and -v0 is
    the same as -q (quiet). Hope it's all understandable.
configure.ac.in
include/main.h
mozilla/vlcshell.cpp
src/audio_output/output.c
src/libvlc.c
src/libvlc.h
src/misc/configuration.c
src/misc/messages.c
src/misc/modules.c
src/misc/objects.c
src/vlc.c