]> git.sesse.net Git - vlc/blobdiff - extras/contrib/Makefile
Missing include for vlm_Delete() usage.
[vlc] / extras / contrib / Makefile
index 87403374d1918801391bbd197000a24af35f4c51..ea86ea60cd152b020c67375944baa238325ffbdc 100644 (file)
@@ -1,13 +1,14 @@
 # ***************************************************************************
 # Makefile : Build vlc-contrib files
 # ***************************************************************************
-# Copyright (C) 2003-2006 the VideoLAN team
+# Copyright (C) 2003-2009 the VideoLAN team
 # $Id$
 # 
 # Authors: Christophe Massiot <massiot@via.ecp.fr>
 #          Derk-Jan Hartman <hartman at videolan dot org>
 #          Christophe Mutricy <xtophe at videolan dot org>
-# 
+#          Felix Paul Kühne <fkuehne at videolan dot org>
+#
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
 # the Free Software Foundation; either version 2 of the License, or    
@@ -43,13 +44,9 @@ src: using-src
 
 ifdef HAVE_DARWIN_OS
 
-ifdef HAVE_DARWIN_OS_ON_INTEL
-CONTRIBREV=6
-else
-CONTRIBREV=5
-endif
+CONTRIBREV=8
 contrib-macosx-$(ARCH)-$(CONTRIBREV).tar.bz2:
-       $(WGET) ftp://ftp.videolan.org/pub/videolan/testing/contrib/$@
+       $(WGET) http://downloads.videolan.org/pub/videolan/testing/contrib/$@
 
 using-bin: contrib-macosx-$(ARCH)-$(CONTRIBREV).tar.bz2
        @if test -d tmp; then \