[vlc-commits] Contribs: activate asdcplib on desktops

Jean-Baptiste Kempf git at videolan.org
Wed Dec 20 17:04:25 CET 2017


vlc/vlc-3.0 | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Wed Dec 20 16:23:29 2017 +0100| [8f01aff631dad5adfea2bc4fa8537615ef2d7f96] | committer: Jean-Baptiste Kempf

Contribs: activate asdcplib on desktops

(cherry picked from commit 795e6f25cd278249b41ae923c65fd0ce25aa915d)
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

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

 contrib/src/asdcplib/rules.mak | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/contrib/src/asdcplib/rules.mak b/contrib/src/asdcplib/rules.mak
index 0e35b68136..7281334b8d 100644
--- a/contrib/src/asdcplib/rules.mak
+++ b/contrib/src/asdcplib/rules.mak
@@ -4,7 +4,12 @@ ASDCPLIB_VERSION := 2.7.19
 
 ASDCPLIB_URL := http://download.cinecert.com/asdcplib/asdcplib-$(ASDCPLIB_VERSION).tar.gz
 
-#PKGS += asdcplib
+ifndef HAVE_IOS
+ifndef HAVE_ANDROID
+PKGS += asdcplib
+endif
+endif
+
 ifeq ($(call need_pkg,"asdcplib >= 1.12"),)
 PKGS_FOUND += asdcplib
 endif



More information about the vlc-commits mailing list