[vlc-commits] Contribs: disable aribb25 until MacOS is supported
Jean-Baptiste Kempf
git at videolan.org
Sat Nov 1 18:24:59 CET 2014
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sat Nov 1 18:24:41 2014 +0100| [776eba37ec0a05002c8c936f0828fec075269681] | committer: Jean-Baptiste Kempf
Contribs: disable aribb25 until MacOS is supported
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=776eba37ec0a05002c8c936f0828fec075269681
---
contrib/src/aribb25/rules.mak | 2 ++
1 file changed, 2 insertions(+)
diff --git a/contrib/src/aribb25/rules.mak b/contrib/src/aribb25/rules.mak
index ed733d4..4ccc9a2 100644
--- a/contrib/src/aribb25/rules.mak
+++ b/contrib/src/aribb25/rules.mak
@@ -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
More information about the vlc-commits
mailing list