1
mirror of https://code.videolan.org/videolan/vlc synced 2024-09-12 13:44:56 +02:00

Contribs: disable aribb25 until MacOS is supported

This commit is contained in:
Jean-Baptiste Kempf 2014-11-01 18:24:41 +01:00
parent 337786ec6f
commit 776eba37ec

View File

@ -3,7 +3,9 @@
ARIBB25_VERSION := 0.2.6
ARIBB25_URL := $(VIDEOLAN)/aribb25/$(ARIBB25_VERSION)/aribb25-$(ARIBB25_VERSION).tar.gz
ifndef HAVE_DARWIN_OS
PKGS += aribb25
endif
ifeq ($(call need_pkg,"aribb25"),)
PKGS_FOUND += aribb25
endif