Update FFmpeg to 1.1.2

This commit is contained in:
Alexander Kojevnikov 2013-02-11 09:40:11 -08:00
parent 3ee88af713
commit 1436d3b46a
2 changed files with 2 additions and 2 deletions

View File

@ -1069,7 +1069,7 @@ aptitude -t squeeze-backports install cmake yasm</pre>
</tr>
<tr>
<td id="ffmpeg-package">ffmpeg</td>
<td id="ffmpeg-version">1.1.1</td>
<td id="ffmpeg-version">1.1.2</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 := ad02037de190fb04611ec5347c5a97130249bebf
$(PKG)_CHECKSUM := 1fb1c2019ff13440b3670dc83846c654b245c4c9
$(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION)
$(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.bz2
$(PKG)_URL := http://www.ffmpeg.org/releases/$($(PKG)_FILE)