changeset 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 70b54c2e0292
children 535b63237c14
files cfg-common.h cfg-mencoder.h cfg-mplayer.h
diffstat 3 files changed, 7 insertions(+), 14 deletions(-) [+]
line wrap: on
line diff
--- a/cfg-common.h	Mon Jul 08 04:11:23 2002 +0000
+++ b/cfg-common.h	Mon Jul 08 07:20:37 2002 +0000
@@ -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
--- a/cfg-mencoder.h	Mon Jul 08 04:11:23 2002 +0000
+++ b/cfg-mencoder.h	Mon Jul 08 07:20:37 2002 +0000
@@ -20,13 +20,6 @@
 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},
--- a/cfg-mplayer.h	Mon Jul 08 04:11:23 2002 +0000
+++ b/cfg-mplayer.h	Mon Jul 08 07:20:37 2002 +0000
@@ -99,13 +99,6 @@
 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;