]> git.sesse.net Git - vlc/commitdiff
Contribs: disable aribb25 until MacOS is supported
authorJean-Baptiste Kempf <jb@videolan.org>
Sat, 1 Nov 2014 17:24:41 +0000 (18:24 +0100)
committerJean-Baptiste Kempf <jb@videolan.org>
Sat, 1 Nov 2014 17:24:41 +0000 (18:24 +0100)
contrib/src/aribb25/rules.mak

index ed733d4391f5770e358b89fd6544d1f78e7db228..4ccc9a28e9d44ee4de6a7657bc1aead313b30eea 100644 (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