summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTimothy Gu <timothygu99@gmail.com>2014-06-30 02:25:58 (GMT)
committerTimothy Gu <timothygu99@gmail.com>2014-06-30 02:25:58 (GMT)
commitd1e78f1e1c897ca0571033597193fbb7d293db42 (patch)
tree8ad086ea2ae0eac9733b2bb0513ba907a33c42ea /src
parentcf40b27e6601aa973fac7b5adf810ee23cdf1251 (diff)
downloadmxe-d1e78f1e1c897ca0571033597193fbb7d293db42.zip
mxe-d1e78f1e1c897ca0571033597193fbb7d293db42.tar.gz
mxe-d1e78f1e1c897ca0571033597193fbb7d293db42.tar.bz2
ffmpeg: update
While I know this probably shouldn't go into stable branch, this update is API/ABI-compatible and contains several very important security fixes, including http://blog.securitymouse.com/2014/06/raising-lazarus-20-year-old-bug-that.html Signed-off-by: Timothy Gu <timothygu99@gmail.com>
Diffstat (limited to 'src')
-rw-r--r--src/ffmpeg.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ffmpeg.mk b/src/ffmpeg.mk
index 6b6f51f..f4cfdd7 100644
--- a/src/ffmpeg.mk
+++ b/src/ffmpeg.mk
@@ -3,8 +3,8 @@
PKG := ffmpeg
$(PKG)_IGNORE :=
-$(PKG)_VERSION := 1.2.1
-$(PKG)_CHECKSUM := 930e5612d75d04fdf7c0579f4d85d47e31e38945
+$(PKG)_VERSION := 1.2.7
+$(PKG)_CHECKSUM := ff49a6b28e174f9f8072638d8251e1e447666ef6
$(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION)
$(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.bz2
$(PKG)_URL := http://www.ffmpeg.org/releases/$($(PKG)_FILE)