summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kojevnikov <alexander@kojevnikov.com>2013-02-11 17:40:11 (GMT)
committerAlexander Kojevnikov <alexander@kojevnikov.com>2013-02-11 17:40:11 (GMT)
commit1436d3b46a6537ad3fea94474ea9bb3bb9aa9c96 (patch)
tree2f21b16b966b3e5a126992dbd484ce492de863e4
parent3ee88af713226d997a72ba4e6589e1361d3fe0e7 (diff)
downloadmxe-1436d3b46a6537ad3fea94474ea9bb3bb9aa9c96.zip
mxe-1436d3b46a6537ad3fea94474ea9bb3bb9aa9c96.tar.gz
mxe-1436d3b46a6537ad3fea94474ea9bb3bb9aa9c96.tar.bz2
Update FFmpeg to 1.1.2
-rw-r--r--index.html2
-rw-r--r--src/ffmpeg.mk2
2 files changed, 2 insertions, 2 deletions
diff --git a/index.html b/index.html
index 7edf02b..bb55710 100644
--- a/index.html
+++ b/index.html
@@ -1069,7 +1069,7 @@ aptitude -t squeeze-backports install cmake yasm</pre>
</tr>
<tr>
<td id="ffmpeg-package">ffmpeg</td>
- <td id="ffmpeg-version">1.1.1</td>
+ <td id="ffmpeg-version">1.1.2</td>
<td id="ffmpeg-website"><a href="http://www.ffmpeg.org/">ffmpeg</a></td>
</tr>
<tr>
diff --git a/src/ffmpeg.mk b/src/ffmpeg.mk
index 03653e0..3acd6a1 100644
--- a/src/ffmpeg.mk
+++ b/src/ffmpeg.mk
@@ -3,7 +3,7 @@
PKG := ffmpeg
$(PKG)_IGNORE :=
-$(PKG)_CHECKSUM := ad02037de190fb04611ec5347c5a97130249bebf
+$(PKG)_CHECKSUM := 1fb1c2019ff13440b3670dc83846c654b245c4c9
$(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION)
$(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.bz2
$(PKG)_URL := http://www.ffmpeg.org/releases/$($(PKG)_FILE)