summaryrefslogtreecommitdiff
path: root/recipes/x264.recipe
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2013-09-27 08:55:59 +0100
committerTim-Philipp Müller <tim@centricular.net>2013-09-27 08:55:59 +0100
commitb1c47c0be2837b8443f0e2735e8e875e01aef170 (patch)
treec46d4c219bccfce47d062d95a8b2ca51adf5e272 /recipes/x264.recipe
parentd4f6aff9b2364dc06b686080e657308f698ee34e (diff)
recipes: prefer http download locations for tarballs over ftp
ftp might not work in many network environments.
Diffstat (limited to 'recipes/x264.recipe')
-rw-r--r--recipes/x264.recipe2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/x264.recipe b/recipes/x264.recipe
index 85d4f18d..9a94be7f 100644
--- a/recipes/x264.recipe
+++ b/recipes/x264.recipe
@@ -11,7 +11,7 @@ class Recipe(recipe.Recipe):
"--libdir=%(libdir)s %(options)s"
configure_options = '--enable-shared --enable-static --enable-pic'
force_configure = True
- url = 'ftp://ftp.videolan.org/pub/x264/snapshots/x264-snapshot-20120827-2245-stable.tar.bz2'
+ url = 'http://ftp.videolan.org/pub/x264/snapshots/x264-snapshot-20120827-2245-stable.tar.bz2'
tarball_dirname= 'x264-snapshot-20120827-2245-stable'
new_env = {'AS': 'yasm'}