[MPlayer-dev-eng] [PATCH] to make mplayer compile without inet6 support

Mark Szabo mw3 at daisy.chains.ch
Sun Apr 20 17:02:51 CEST 2003


Hi!

The attached  patch fixes a bug in cfg-common.h which caused
compilation errors with --disable-inet6.

Thx

-- 
Mark Szabo
mw3 at bsd.hu
-------------- next part --------------
Index: cfg-common.h
===================================================================
RCS file: /cvsroot/mplayer/main/cfg-common.h,v
retrieving revision 1.97
diff -u -r1.97 cfg-common.h
--- cfg-common.h	13 Apr 2003 11:37:36 -0000	1.97
+++ cfg-common.h	20 Apr 2003 15:19:40 -0000
@@ -47,7 +47,7 @@
 #ifdef HAVE_AF_INET6
 	{"prefer-ipv6", &network_prefer_ipv4, CONF_TYPE_FLAG, 0, 1, 0, NULL},
 #else
-	{"prefer-ipv6", "MPlayer was compiled without IPv6 support\n", CONF_TYPE_PRINT, 0, 0, NULL},
+	{"prefer-ipv6", "MPlayer was compiled without IPv6 support\n", CONF_TYPE_PRINT, CONF_NOCFG, 0, 0, NULL},
 #endif
 
 #else


More information about the MPlayer-dev-eng mailing list