changeset 1350:3199573f095b

corrected download URL of package x264
author Volker Grabsch <vog@notjusthosting.com>
date Wed, 27 Oct 2010 13:21:09 +0200
parents 077736adad0a
children c29598fd9e9c
files src/x264.mk
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/x264.mk	Tue Oct 26 17:05:38 2010 +0200
+++ b/src/x264.mk	Wed Oct 27 13:21:09 2010 +0200
@@ -9,7 +9,7 @@
 $(PKG)_SUBDIR   := $(PKG)-snapshot-$($(PKG)_VERSION)
 $(PKG)_FILE     := $(PKG)-snapshot-$($(PKG)_VERSION).tar.bz2
 $(PKG)_WEBSITE  := http://www.videolan.org/developers/x264.html
-$(PKG)_URL      := http://ftp.videolan.org/pub/videolan/$(PKG)/snapshots/$($(PKG)_FILE)
+$(PKG)_URL      := http://download.videolan.org/pub/videolan/$(PKG)/snapshots/$($(PKG)_FILE)
 $(PKG)_DEPS     := gcc
 
 define $(PKG)_UPDATE