changeset 1333:6d9671318bdd

add alternative download URL for package ffmpeg
author Volker Grabsch <vog@notjusthosting.com>
date Fri, 22 Oct 2010 23:18:43 +0200
parents b1d5f4482b38
children 5aa60cef7fd6
files src/ffmpeg.mk
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/ffmpeg.mk	Fri Oct 22 23:17:11 2010 +0200
+++ b/src/ffmpeg.mk	Fri Oct 22 23:18:43 2010 +0200
@@ -10,6 +10,7 @@
 $(PKG)_FILE     := $(PKG)-$($(PKG)_VERSION).tar.bz2
 $(PKG)_WEBSITE  := http://www.ffmpeg.org/
 $(PKG)_URL      := http://www.ffmpeg.org/releases/$($(PKG)_FILE)
+$(PKG)_URL_2    := http://launchpad.net/ffmpeg/main/$($(PKG)_VERSION)/+download/$($(PKG)_FILE)
 $(PKG)_DEPS     := gcc bzip2 faad2 faac lame libvpx opencore-amr sdl speex theora vorbis x264 xvidcore zlib
 
 define $(PKG)_UPDATE