[vlc-devel] [PATCH] win32/netconf: detect proxy URL from system configuration

Rémi Denis-Courmont remi at remlab.net
Tue Feb 13 18:54:15 CET 2018


Le tiistaina 13. helmikuuta 2018, 19.50.08 EET Pierre Lamot a écrit :
> ---
>  configure.ac        |   4 +
>  src/win32/netconf.c | 262
> ++++++++++++++++++++++++++++++++++++++++------------ 2 files changed, 207
> insertions(+), 59 deletions(-)
> 
> diff --git a/configure.ac b/configure.ac
> index 1750b0391f..4c448a9564 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -721,6 +721,10 @@ AS_IF([test "${ac_cv_struct_sockaddr_storage}" = no], [
> AC_DEFINE(ss_family, sa_family)
>  ])
> 
> +AS_IF([test "${SYS}" = "mingw32" -a "${enable_winstore_app}" != "yes"], [
> +  VLC_ADD_LIBS([libvlccore], [-lwinhttp])
> +])
> +

No.

-- 
雷米‧德尼-库尔蒙
https://www.remlab.net/



More information about the vlc-devel mailing list