Commit ec9a6af6 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

contrib: aribb25: limit to Windows

On all platforms but Windows, this depends on pcslite, which is not in
contrib, and thus fails.
parent ecb7a33b
......@@ -3,7 +3,10 @@
ARIBB25_VERSION := 0.2.6
ARIBB25_URL := $(VIDEOLAN)/aribb25/$(ARIBB25_VERSION)/aribb25-$(ARIBB25_VERSION).tar.gz
ifndef HAVE_DARWIN_OS
ifdef HAVE_WIN32
PKGS += aribb25
endif
ifeq ($(call need_pkg,"pcslite"),)
PKGS += aribb25
endif
ifeq ($(call need_pkg,"aribb25"),)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment