Commit 306a32f9 authored by Derk-Jan Hartman's avatar Derk-Jan Hartman

* broken URL

parent 3b099bef
......@@ -3,7 +3,7 @@
# bootstrap : Set up config.mak
# ***************************************************************************
# Copyright (C) 2003 VideoLAN
# $Id: bootstrap,v 1.1 2003/11/15 01:21:48 massiot Exp $
# $Id: bootstrap,v 1.2 2003/11/15 02:38:25 hartman Exp $
#
# Authors: Christophe Massiot <massiot@via.ecp.fr>
#
......@@ -38,7 +38,7 @@ echo -e "# Automatically generated by bootstrap.\n# Make changes if you know wha
if test ".`uname -s`" = ".Darwin"; then
echo "SYS = DARWIN" >> config.mak
echo "EXTRA_CPPFLAGS = -no-cpp-precomp" >> config.mak
echo "CONTRIB_URL = http://www.videolan.org/pub/devtools/contrib-macosx.tar.bz2" >> config.mak
echo "CONTRIB_URL = http://www.videolan.org/pub/videolan/devtools/contrib-macosx.tar.bz2" >> config.mak
else
echo "SYS = UNKNOWN" >> config.mak
fi
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment