diff cfg-common.h @ 10121:d42177a0da2a

Changed the STREAMING defines to MPLAYER_NETWORK to avoid name definition clash.
author bertrand
date Sat, 17 May 2003 12:24:01 +0000
parents c35fd30aab72
children 70d012c2ee69
line wrap: on
line diff
--- a/cfg-common.h	Sat May 17 11:36:05 2003 +0000
+++ b/cfg-common.h	Sat May 17 12:24:01 2003 +0000
@@ -36,7 +36,7 @@
 	{"csslib", "MPlayer was compiled WITHOUT libcss support!\n", CONF_TYPE_PRINT, CONF_NOCFG, 0, 0, NULL},
 #endif
 
-#ifdef STREAMING
+#ifdef MPLAYER_NETWORK
 	{"user", &network_username, CONF_TYPE_STRING, 0, 0, 0, NULL},
 	{"passwd", &network_password, CONF_TYPE_STRING, 0, 0, 0, NULL},
 	{"bandwidth", &network_bandwidth, CONF_TYPE_INT, CONF_MIN, 0, 0, NULL},
@@ -245,7 +245,7 @@
 /* from dec_audio, currently used for ac3surround decoder only */
 extern int audio_output_channels;
 
-#ifdef STREAMING
+#ifdef MPLAYER_NETWORK
 /* defined in network.c */
 extern char *network_username;
 extern char *network_password;