[vlc-devel] commit: contribs: another contrib package fixing the libiconv issues on Snow Leopard. Intel-only. ( Felix Paul Kühne )

git version control git at videolan.org
Thu Sep 3 17:08:15 CEST 2009


vlc | branch: 1.0-bugfix | Felix Paul Kühne <fkuehne at videolan.org> | Thu Sep  3 16:54:39 2009 +0200| [0949b719b631828b35f1909483ed64d55950aa2f] | committer: Felix Paul Kühne 

contribs: another contrib package fixing the libiconv issues on Snow Leopard. Intel-only.

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

 extras/contrib/Makefile |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/extras/contrib/Makefile b/extras/contrib/Makefile
index a05cf53..8e68fc9 100644
--- a/extras/contrib/Makefile
+++ b/extras/contrib/Makefile
@@ -47,7 +47,11 @@ src: using-src
 
 ifdef HAVE_DARWIN_OS
 
+ifdef HAVE_DARWIN_OS_ON_INTEL
+CONTRIBREV=19
+else
 CONTRIBREV=18
+endif
 contrib-macosx-$(ARCH)-$(CONTRIBREV).tar.bz2:
 	$(WGET) http://downloads.videolan.org/pub/videolan/testing/contrib/$@
 




More information about the vlc-devel mailing list