summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authormabrand <mabrand@mabrand.nl>2013-02-24 22:22:09 (GMT)
committermabrand <mabrand@mabrand.nl>2013-02-24 22:22:09 (GMT)
commit8b45bfabc52b6dec7c8645fd22b8bda8ba5d0271 (patch)
treef0e26efe77805e8206c130818e11f8142f39188b /src
parent44117b0bcdc9542b5623fbda87a7f232fef50172 (diff)
parent96ebe3dd95ad565f1cc3a6ee7e6ecc5272c15d48 (diff)
downloadmxe-8b45bfabc52b6dec7c8645fd22b8bda8ba5d0271.zip
mxe-8b45bfabc52b6dec7c8645fd22b8bda8ba5d0271.tar.gz
mxe-8b45bfabc52b6dec7c8645fd22b8bda8ba5d0271.tar.bz2
Merge pull request #147 from alexkay/master
Update FFmpeg to 1.1.3
Diffstat (limited to 'src')
-rw-r--r--src/ffmpeg.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ffmpeg.mk b/src/ffmpeg.mk
index 80d89c4..b00c073 100644
--- a/src/ffmpeg.mk
+++ b/src/ffmpeg.mk
@@ -3,7 +3,7 @@
PKG := ffmpeg
$(PKG)_IGNORE :=
-$(PKG)_CHECKSUM := 1fb1c2019ff13440b3670dc83846c654b245c4c9
+$(PKG)_CHECKSUM := d82d6f53c5130ee21dcb87f76bdbdf768d3f0db9
$(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION)
$(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.bz2
$(PKG)_URL := http://www.ffmpeg.org/releases/$($(PKG)_FILE)