changeset 2571:2edd63b242eb

update package ffmpeg
author Mark Brand <mabrand@mabrand.nl>
date Fri, 08 Jun 2012 11:49:44 +0200
parents 94d12f0e052c
children 88eccc6528ba
files index.html src/ffmpeg.mk
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/index.html	Wed Jun 06 10:47:11 2012 +0200
+++ b/index.html	Fri Jun 08 11:49:44 2012 +0200
@@ -1040,7 +1040,7 @@
     </tr>
     <tr>
         <td id="ffmpeg-package">ffmpeg</td>
-        <td id="ffmpeg-version">0.11</td>
+        <td id="ffmpeg-version">0.11.1</td>
         <td id="ffmpeg-website"><a href="http://www.ffmpeg.org/">ffmpeg</a></td>
     </tr>
     <tr>
--- a/src/ffmpeg.mk	Wed Jun 06 10:47:11 2012 +0200
+++ b/src/ffmpeg.mk	Fri Jun 08 11:49:44 2012 +0200
@@ -3,7 +3,7 @@
 
 PKG             := ffmpeg
 $(PKG)_IGNORE   :=
-$(PKG)_CHECKSUM := 1aa3443c20b1c5d132d1fe06de7cc949a7219edd
+$(PKG)_CHECKSUM := bf01742be60c2e6280371fc4189d5d28933f1a56
 $(PKG)_SUBDIR   := $(PKG)-$($(PKG)_VERSION)
 $(PKG)_FILE     := $(PKG)-$($(PKG)_VERSION).tar.bz2
 $(PKG)_URL      := http://www.ffmpeg.org/releases/$($(PKG)_FILE)