[vlc-commits] contrib: aribb25: limit to Windows

Rémi Denis-Courmont git at videolan.org
Thu Jan 14 21:43:11 CET 2016


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Thu Jan 14 22:30:45 2016 +0200| [ec9a6af692380e64f5c565e2c5ba5ae5ad3a52b2] | committer: 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.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=ec9a6af692380e64f5c565e2c5ba5ae5ad3a52b2
---

 contrib/src/aribb25/rules.mak |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/contrib/src/aribb25/rules.mak b/contrib/src/aribb25/rules.mak
index 4ccc9a2..a06214f 100644
--- a/contrib/src/aribb25/rules.mak
+++ b/contrib/src/aribb25/rules.mak
@@ -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"),)



More information about the vlc-commits mailing list