changeset 2763:8d92d3ccb2e5

update package ffmpeg
author Mark Brand <mabrand@mabrand.nl>
date Wed, 19 Sep 2012 09:36:06 +0200
parents 569378fc34be
children 93c5866a4afd
files index.html src/ffmpeg.mk
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/index.html	Wed Sep 19 00:20:01 2012 +0200
+++ b/index.html	Wed Sep 19 09:36:06 2012 +0200
@@ -1045,7 +1045,7 @@
     </tr>
     <tr>
         <td id="ffmpeg-package">ffmpeg</td>
-        <td id="ffmpeg-version">0.11.1</td>
+        <td id="ffmpeg-version">0.11.2</td>
         <td id="ffmpeg-website"><a href="http://www.ffmpeg.org/">ffmpeg</a></td>
     </tr>
     <tr>
--- a/src/ffmpeg.mk	Wed Sep 19 00:20:01 2012 +0200
+++ b/src/ffmpeg.mk	Wed Sep 19 09:36:06 2012 +0200
@@ -3,7 +3,7 @@
 
 PKG             := ffmpeg
 $(PKG)_IGNORE   :=
-$(PKG)_CHECKSUM := bf01742be60c2e6280371fc4189d5d28933f1a56
+$(PKG)_CHECKSUM := 5d98729b8368df8145472ae6955ef8d6b9ed0efb
 $(PKG)_SUBDIR   := $(PKG)-$($(PKG)_VERSION)
 $(PKG)_FILE     := $(PKG)-$($(PKG)_VERSION).tar.bz2
 $(PKG)_URL      := http://www.ffmpeg.org/releases/$($(PKG)_FILE)