Skip to content
Snippets Groups Projects
Commit 61b4490c authored by Steve Lhomme's avatar Steve Lhomme
Browse files

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
parent 4181d859
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment