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

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



On Fri, 8 Mar 2019, at 16:20, Steve Lhomme wrote:
> uses RegOpenKeyExW, RegCloseKey, RegQueryValueExW, RegEnumValueW which 
> are not available
> uses LoadLibraryExW instead of LoadLibraryFromApp
> 
> There's a newer version of libmfx that doesn't use this anymore, we 
> should update

Do this :)

> ---
>  contrib/src/mfx/rules.mak | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/contrib/src/mfx/rules.mak b/contrib/src/mfx/rules.mak
> index 2b4fbad702c..1a5bba22337 100644
> --- a/contrib/src/mfx/rules.mak
> +++ b/contrib/src/mfx/rules.mak
> @@ -7,8 +7,10 @@ ifeq ($(call need_pkg,"mfx"),)
>  PKGS_FOUND += mfx
>  endif
>  ifdef HAVE_WIN32
> +ifndef HAVE_WINSTORE
>  PKGS += mfx
>  endif
> +endif
>  
>  $(TARBALLS)/mfx-$(MFX_GITHASH).tar.xz:
>  	$(call download_git,$(mfx_GITURL),,$(MFX_GITHASH))
> -- 
> 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