[vlc-devel] commit: contribs: updated binary package for Mac OS X ( i686 and x86_64 only for now) ( Felix Paul Kühne )
git version control
git at videolan.org
Sun Apr 12 15:09:44 CEST 2009
vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Sun Apr 12 15:08:11 2009 +0200| [2e45691fe74c8c79dcc7338b826a09bfa5143b39] | committer: Felix Paul Kühne
contribs: updated binary package for Mac OS X (i686 and x86_64 only for now)
Note that the x86_64 package doesn't include libsdl, libsdl_image and goom2k4, as these aren't 64bit compatible.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=2e45691fe74c8c79dcc7338b826a09bfa5143b39
---
extras/contrib/Makefile | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/extras/contrib/Makefile b/extras/contrib/Makefile
index e903a97..8740337 100644
--- a/extras/contrib/Makefile
+++ b/extras/contrib/Makefile
@@ -43,7 +43,11 @@ src: using-src
ifdef HAVE_DARWIN_OS
+ifdef HAVE_DARWIN_OS_ON_INTEL
+CONTRIBREV=6
+else
CONTRIBREV=5
+endif
contrib-macosx-$(ARCH)-$(CONTRIBREV).tar.bz2:
$(WGET) ftp://ftp.videolan.org/pub/videolan/testing/contrib/$@
More information about the vlc-devel
mailing list