[MPlayer-dev-eng] [PATCH] to make mplayer compile without inet6 support
Diego Biurrun
diego at biurrun.de
Mon Apr 21 01:50:34 CEST 2003
Mark Szabo schrieb:
> The attached patch fixes a bug in cfg-common.h which caused
> compilation errors with --disable-inet6.
>
> --- 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
This looks like a 10l bugfix, but it does compile fine for me with
--disable-inet6. What platform are you on? Can you show the error?
Diego
More information about the MPlayer-dev-eng
mailing list