update package ffmpeg

This commit is contained in:
Mark Brand 2013-01-23 10:57:18 +01:00
parent cfe7c8dca8
commit 5e2342b9ca
2 changed files with 2 additions and 2 deletions

View File

@ -1048,7 +1048,7 @@ USE_OSGPLUGIN(<plugin2>)
</tr>
<tr>
<td id="ffmpeg-package">ffmpeg</td>
<td id="ffmpeg-version">1.1</td>
<td id="ffmpeg-version">1.1.1</td>
<td id="ffmpeg-website"><a href="http://www.ffmpeg.org/">ffmpeg</a></td>
</tr>
<tr>

View File

@ -3,7 +3,7 @@
PKG := ffmpeg
$(PKG)_IGNORE :=
$(PKG)_CHECKSUM := a006d8833dd7a03dd5b7823671995640322177fe
$(PKG)_CHECKSUM := ad02037de190fb04611ec5347c5a97130249bebf
$(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION)
$(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.bz2
$(PKG)_URL := http://www.ffmpeg.org/releases/$($(PKG)_FILE)