From 86d8896c425d66cbf447872aa67620b825c85058 Mon Sep 17 00:00:00 2001 From: atmos4 Date: Tue, 25 Jun 2002 23:33:46 +0000 Subject: 10l to me and bertrand ;) Fix clash of -pass for http auth with -pass of mencoder. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6570 b3059339-0415-0410-9bf9-f77b7e298cf2 --- cfg-common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cfg-common.h') diff --git a/cfg-common.h b/cfg-common.h index 2239228d30..72b11feb38 100644 --- a/cfg-common.h +++ b/cfg-common.h @@ -41,7 +41,7 @@ #ifdef STREAMING {"user", &network_username, CONF_TYPE_STRING, 0, 0, 0, NULL}, - {"pass", &network_password, CONF_TYPE_STRING, 0, 0, 0, NULL}, + {"passwd", &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 -- cgit v1.2.3