diff options
author | bertrand <bertrand@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2002-06-25 08:09:16 +0000 |
---|---|---|
committer | bertrand <bertrand@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2002-06-25 08:09:16 +0000 |
commit | 09c7e3191e01d9e5c5ca705ec6f5073b6fda31a1 (patch) | |
tree | cf9366a923a6308077896d592683d01235e96fe6 /cfg-mplayer.h | |
parent | f7f0dc084cf0086266ee242f0e01e48709afe0b7 (diff) | |
download | mpv-09c7e3191e01d9e5c5ca705ec6f5073b6fda31a1.tar.bz2 mpv-09c7e3191e01d9e5c5ca705ec6f5073b6fda31a1.tar.xz |
Added -user -pass options for http authentication.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6560 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'cfg-mplayer.h')
-rw-r--r-- | cfg-mplayer.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/cfg-mplayer.h b/cfg-mplayer.h index 0f84cec7b8..7f6262ad45 100644 --- a/cfg-mplayer.h +++ b/cfg-mplayer.h @@ -99,6 +99,12 @@ extern int xinerama_screen; extern int nortc; #endif +#ifdef STREAMING +/* defined in network.c */ +extern char *network_username; +extern char *network_password; +#endif + /* from libvo/aspect.c */ extern float monitor_aspect; |