update package ffmpeg

This commit is contained in:
Mark Brand 2012-09-28 09:42:05 +02:00
parent fd0a332143
commit e81c9020e5
2 changed files with 2 additions and 2 deletions

View File

@ -1045,7 +1045,7 @@ USE_OSGPLUGIN(<plugin2>)
</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>

View File

@ -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)