comparison cfg-mplayer.h @ 6671:7c4663f0a8a1

cosmetix, merge streaming vars extern declarations into cfg-common.h, where they IMHO belong.
author atmos4
date Mon, 08 Jul 2002 07:20:37 +0000
parents 6cfc8fd31299
children c5e08b7c048c
comparison
equal deleted inserted replaced
6670:70b54c2e0292 6671:7c4663f0a8a1
95 extern int xinerama_screen; 95 extern int xinerama_screen;
96 #endif 96 #endif
97 97
98 #ifdef HAVE_RTC 98 #ifdef HAVE_RTC
99 extern int nortc; 99 extern int nortc;
100 #endif
101
102 #ifdef STREAMING
103 /* defined in network.c */
104 extern char *network_username;
105 extern char *network_password;
106 extern int network_bandwidth;
107 #endif 100 #endif
108 101
109 /* from libvo/aspect.c */ 102 /* from libvo/aspect.c */
110 extern float monitor_aspect; 103 extern float monitor_aspect;
111 104