Mercurial > hg > mxe
changeset 2790:98ecbecdae61
update package ffmpeg
author | Mark Brand <mabrand@mabrand.nl> |
---|---|
date | Fri, 28 Sep 2012 09:42:05 +0200 |
parents | a4f31aa591e1 |
children | cf81d457fb81 |
files | index.html src/ffmpeg.mk |
diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/index.html +++ b/index.html @@ -1045,7 +1045,7 @@ </tr> <tr> <td id="ffmpeg-package">ffmpeg</td> - <td id="ffmpeg-version">0.11.2</td> + <td id="ffmpeg-version">1.0</td> <td id="ffmpeg-website"><a href="http://www.ffmpeg.org/">ffmpeg</a></td> </tr> <tr>
--- a/src/ffmpeg.mk +++ b/src/ffmpeg.mk @@ -3,7 +3,7 @@ PKG := ffmpeg $(PKG)_IGNORE := -$(PKG)_CHECKSUM := 5d98729b8368df8145472ae6955ef8d6b9ed0efb +$(PKG)_CHECKSUM := bf1f917c4fa26cf225616f2063e60c33cac546be $(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION) $(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.bz2 $(PKG)_URL := http://www.ffmpeg.org/releases/$($(PKG)_FILE)