From 09c7e3191e01d9e5c5ca705ec6f5073b6fda31a1 Mon Sep 17 00:00:00 2001 From: bertrand Date: Tue, 25 Jun 2002 08:09:16 +0000 Subject: Added -user -pass options for http authentication. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6560 b3059339-0415-0410-9bf9-f77b7e298cf2 --- cfg-common.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'cfg-common.h') diff --git a/cfg-common.h b/cfg-common.h index 5a28a65c45..2239228d30 100644 --- a/cfg-common.h +++ b/cfg-common.h @@ -39,6 +39,13 @@ {"csslib", "MPlayer was compiled WITHOUT libcss support!\n", CONF_TYPE_PRINT, CONF_NOCFG, 0, 0, NULL}, #endif +#ifdef STREAMING + {"user", &network_username, CONF_TYPE_STRING, 0, 0, 0, NULL}, + {"pass", &network_password, CONF_TYPE_STRING, 0, 0, 0, NULL}, +#else + {"user", "MPlayer was compiled WITHOUT streaming(network) support\n", CONF_TYPE_PRINT, CONF_NOCFG, 0, 0, NULL}, +#endif + // ------------------------- demuxer options -------------------- // number of frames to play/convert -- cgit v1.2.3