[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:06:16 CEST 2009
vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Thu Sep 3 16:54:39 2009 +0200| [012d9633172d7dadfab6f41bd4a26fe312a11874] | 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=012d9633172d7dadfab6f41bd4a26fe312a11874
---
extras/contrib/Makefile | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/extras/contrib/Makefile b/extras/contrib/Makefile
index c0317e0..38f3c46 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