[vlc-commits] Contribs: apply the zvbi fix on all platforms

Jean-Baptiste Kempf git at videolan.org
Thu Feb 26 11:52:32 CET 2015


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Thu Feb 26 11:51:56 2015 +0100| [ae840264476145459912b40fd7eacee12530dfa1] | committer: Jean-Baptiste Kempf

Contribs: apply the zvbi fix on all platforms

Fix Android x86 compilation

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

 contrib/src/zvbi/rules.mak |    2 --
 1 file changed, 2 deletions(-)

diff --git a/contrib/src/zvbi/rules.mak b/contrib/src/zvbi/rules.mak
index aac57f4..85a54ab 100644
--- a/contrib/src/zvbi/rules.mak
+++ b/contrib/src/zvbi/rules.mak
@@ -20,9 +20,7 @@ zvbi: zvbi-$(ZVBI_VERSION).tar.bz2 .sum-zvbi
 ifdef HAVE_WIN32
 	$(APPLY) $(SRC)/zvbi/zvbi-win32.patch
 endif
-ifdef HAVE_DARWIN_OS
 	$(APPLY) $(SRC)/zvbi/zvbi-fix-clang-support.patch
-endif
 ifdef HAVE_ANDROID
 	$(APPLY) $(SRC)/zvbi/zvbi-android.patch
 endif



More information about the vlc-commits mailing list