vlc | branch: master | Steve Lhomme <[email protected]> | Wed Mar 13 11:05:25 2019 +0100| [61b4490c727500329956185a0f954c8bdc21c246] | committer: Steve Lhomme
contrib: dvdread: disable package not usable on Winstore builds uses LoadLibraryEx and LOAD_WITH_ALTERED_SEARCH_PATH which are not available (even in winstorecompat) uses SetErrorMode and LOAD_WITH_ALTERED_SEARCH_PATH which are only available in 16299 > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=61b4490c727500329956185a0f954c8bdc21c246 --- contrib/src/dvdread/rules.mak | 2 ++ 1 file changed, 2 insertions(+) diff --git a/contrib/src/dvdread/rules.mak b/contrib/src/dvdread/rules.mak index 837e0c241f..2c24e03327 100644 --- a/contrib/src/dvdread/rules.mak +++ b/contrib/src/dvdread/rules.mak @@ -4,9 +4,11 @@ LIBDVDREAD_URL := $(VIDEOLAN)/libdvdread/$(LIBDVDREAD_VERSION)/libdvdread-$(LIBD ifdef BUILD_DISCS ifdef GPL +ifndef HAVE_WINSTORE PKGS += dvdread endif endif +endif ifeq ($(call need_pkg,"dvdread >= 6.0.0"),) PKGS_FOUND += dvdread endif _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
