[vlc-devel] [PATCH 09/15] contrib: modplug: disable package not usable on Winstore builds

Jean-Baptiste Kempf jb at videolan.org
Fri Mar 8 20:31:16 CET 2019


Fix it, by using strncpy and not depending on the stdafx.h

On Fri, 8 Mar 2019, at 16:20, Steve Lhomme wrote:
> uses lstrcpyn which is not available
> ---
>  contrib/src/modplug/rules.mak | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/contrib/src/modplug/rules.mak b/contrib/src/modplug/rules.mak
> index 29507574e16..5e5fd421c3c 100644
> --- a/contrib/src/modplug/rules.mak
> +++ b/contrib/src/modplug/rules.mak
> @@ -3,7 +3,9 @@
>  MODPLUG_VERSION := 0.8.8.5
>  MODPLUG_URL := $(SF)/modplug-xmms/libmodplug-$(MODPLUG_VERSION).tar.gz
>  
> +ifndef HAVE_WINSTORE
>  PKGS += modplug
> +endif
>  ifeq ($(call need_pkg,"libmodplug >= 0.8.8.5"),)
>  PKGS_FOUND += modplug
>  endif
> -- 
> 2.17.1
> 
> _______________________________________________
> vlc-devel mailing list
> To unsubscribe or modify your subscription options:
> https://mailman.videolan.org/listinfo/vlc-devel

-- 
Jean-Baptiste Kempf -  President
+33 672 704 734


More information about the vlc-devel mailing list