Commit 776eba37 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Contribs: disable aribb25 until MacOS is supported

parent 337786ec
...@@ -3,7 +3,9 @@ ...@@ -3,7 +3,9 @@
ARIBB25_VERSION := 0.2.6 ARIBB25_VERSION := 0.2.6
ARIBB25_URL := $(VIDEOLAN)/aribb25/$(ARIBB25_VERSION)/aribb25-$(ARIBB25_VERSION).tar.gz ARIBB25_URL := $(VIDEOLAN)/aribb25/$(ARIBB25_VERSION)/aribb25-$(ARIBB25_VERSION).tar.gz
ifndef HAVE_DARWIN_OS
PKGS += aribb25 PKGS += aribb25
endif
ifeq ($(call need_pkg,"aribb25"),) ifeq ($(call need_pkg,"aribb25"),)
PKGS_FOUND += aribb25 PKGS_FOUND += aribb25
endif endif
......
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