comparison cfg-common.h @ 6569:39a7509868de

10l to me and bertrand ;) Fix clash of -pass for http auth with -pass of mencoder.
author atmos4
date Tue, 25 Jun 2002 23:33:46 +0000
parents e7c244db6174
children bfc209bb3f48
comparison
equal deleted inserted replaced
6568:297d43688572 6569:39a7509868de
39 {"csslib", "MPlayer was compiled WITHOUT libcss support!\n", CONF_TYPE_PRINT, CONF_NOCFG, 0, 0, NULL}, 39 {"csslib", "MPlayer was compiled WITHOUT libcss support!\n", CONF_TYPE_PRINT, CONF_NOCFG, 0, 0, NULL},
40 #endif 40 #endif
41 41
42 #ifdef STREAMING 42 #ifdef STREAMING
43 {"user", &network_username, CONF_TYPE_STRING, 0, 0, 0, NULL}, 43 {"user", &network_username, CONF_TYPE_STRING, 0, 0, 0, NULL},
44 {"pass", &network_password, CONF_TYPE_STRING, 0, 0, 0, NULL}, 44 {"passwd", &network_password, CONF_TYPE_STRING, 0, 0, 0, NULL},
45 #else 45 #else
46 {"user", "MPlayer was compiled WITHOUT streaming(network) support\n", CONF_TYPE_PRINT, CONF_NOCFG, 0, 0, NULL}, 46 {"user", "MPlayer was compiled WITHOUT streaming(network) support\n", CONF_TYPE_PRINT, CONF_NOCFG, 0, 0, NULL},
47 #endif 47 #endif
48 48
49 // ------------------------- demuxer options -------------------- 49 // ------------------------- demuxer options --------------------