[vlc-devel] Re: vlc --help is useless on windows

Brian Robb vascy at hotmail.com
Sun Sep 4 03:27:36 CEST 2005


Oh, and libvlc.c line 2070 needs to change from:

        fprintf( stdout, VLC_USAGE, p_this->psz_object_name );

To:

        fprintf( output, VLC_USAGE, p_this->psz_object_name );

(So that the usage part appears at the top when you do vlc --longhelp)


-- 
This is the vlc-devel mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://developers.videolan.org/lists.html



More information about the vlc-devel mailing list