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:
atmos4 2002-07-08 07:20:37 +00:00
parent fbab7bb6b4
commit d0f6333b98
3 changed files with 7 additions and 14 deletions

View File

@ -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

View File

@ -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},

View File

@ -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;