mirror of https://github.com/mpv-player/mpv
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
This commit is contained in:
parent
c840dbe325
commit
86d8896c42
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue