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

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


On Fri, 8 Mar 2019, at 16:20, Steve Lhomme wrote:
> uses SetThreadAffinityMask (which is now available)
> uses LoadLibraryExW which should be remapped to another call (or not 
> used at all)

See winstorecompat

> uses GetWindowsDirectoryW which is not available
> uses SetDllDirectoryW which is not available
> uses RegOpenKeyExW, RegQueryValueExW, RegEnumValueW and RegCloseKey 
> which are not available
> uses GetModuleHandleEx which is not available
> uses GetDC and ReleaseDC which are not available
> uses EnumFontFamiliesExW which is not available


OK
> ---
>  contrib/src/bluray/rules.mak | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/contrib/src/bluray/rules.mak b/contrib/src/bluray/rules.mak
> index 09ad2f43f6c..0e07128c456 100644
> --- a/contrib/src/bluray/rules.mak
> +++ b/contrib/src/bluray/rules.mak
> @@ -4,8 +4,10 @@ BLURAY_VERSION := 1.1.0
>  BLURAY_URL := 
> $(VIDEOLAN)/libbluray/$(BLURAY_VERSION)/libbluray-$(BLURAY_VERSION).tar.bz2
>  
>  ifdef BUILD_DISCS
> +ifndef HAVE_WINSTORE
>  PKGS += bluray
>  endif
> +endif
>  ifeq ($(call need_pkg,"libbluray >= 0.7.0"),)
>  PKGS_FOUND += bluray
>  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