mirror of https://github.com/mpv-player/mpv
cosmetix, merge streaming vars extern declarations into cfg-common.h, where they IMHO belong.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6672 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
fbab7bb6b4
commit
d0f6333b98
|
@ -164,6 +164,13 @@
|
|||
|
||||
#include "config.h"
|
||||
|
||||
#ifdef STREAMING
|
||||
/* defined in network.c */
|
||||
extern char *network_username;
|
||||
extern char *network_password;
|
||||
extern int network_bandwidth;
|
||||
#endif
|
||||
|
||||
#include "libmpdemux/tv.h"
|
||||
|
||||
#ifdef USE_TV
|
||||
|
|
|
@ -20,13 +20,6 @@ extern void revertPPOpt(void *conf, char* opt);
|
|||
extern struct config divx4opts_conf[];
|
||||
#endif
|
||||
|
||||
#ifdef STREAMING
|
||||
/* defined in network.c */
|
||||
extern char *network_username;
|
||||
extern char *network_password;
|
||||
extern int network_bandwidth;
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_MP3LAME
|
||||
struct config lameopts_conf[]={
|
||||
{"q", &lame_param_quality, CONF_TYPE_INT, CONF_RANGE, 0, 9, NULL},
|
||||
|
|
|
@ -99,13 +99,6 @@ extern int xinerama_screen;
|
|||
extern int nortc;
|
||||
#endif
|
||||
|
||||
#ifdef STREAMING
|
||||
/* defined in network.c */
|
||||
extern char *network_username;
|
||||
extern char *network_password;
|
||||
extern int network_bandwidth;
|
||||
#endif
|
||||
|
||||
/* from libvo/aspect.c */
|
||||
extern float monitor_aspect;
|
||||
|
||||
|
|
Loading…
Reference in New Issue