summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Gu <timothygu99@gmail.com>2014-08-30 02:51:09 (GMT)
committerTimothy Gu <timothygu99@gmail.com>2014-08-30 02:51:09 (GMT)
commitcb79a6fe9732d319c6e57bb05586cbdef3b63ec2 (patch)
tree459abbf08c6b11a3dc43dd8c689919e38ac12350
parentf4b141be1d32f08e54396d1f9881e9a66ce676ae (diff)
downloadmxe-cb79a6fe9732d319c6e57bb05586cbdef3b63ec2.zip
mxe-cb79a6fe9732d319c6e57bb05586cbdef3b63ec2.tar.gz
mxe-cb79a6fe9732d319c6e57bb05586cbdef3b63ec2.tar.bz2
ffmpeg: Fix secondary URL
Signed-off-by: Timothy Gu <timothygu99@gmail.com>
-rw-r--r--src/ffmpeg.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ffmpeg.mk b/src/ffmpeg.mk
index 5040176..ea40bf9 100644
--- a/src/ffmpeg.mk
+++ b/src/ffmpeg.mk
@@ -8,7 +8,7 @@ $(PKG)_CHECKSUM := 69f73fdc36b2663d9abe714a1767d5b841f70cd0
$(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION)
$(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.bz2
$(PKG)_URL := http://www.ffmpeg.org/releases/$($(PKG)_FILE)
-$(PKG)_URL_2 := http://launchpad.net/ffmpeg/main/$($(PKG)_VERSION)/+download/$($(PKG)_FILE)
+$(PKG)_URL_2 := http://launchpad.net/ffmpeg/$(call SHORT_PKG_VERSION,$(PKG))/$($(PKG)_VERSION)/+download/$($(PKG)_FILE)
$(PKG)_DEPS := gcc bzip2 gnutls lame libass libbluray libcaca libvpx opencore-amr opus sdl speex theora vidstab vo-aacenc vo-amrwbenc vorbis x264 xvidcore yasm zlib
# DO NOT ADD fdk-aac OR openssl SUPPORT.