From 1436d3b46a6537ad3fea94474ea9bb3bb9aa9c96 Mon Sep 17 00:00:00 2001 From: Alexander Kojevnikov Date: Mon, 11 Feb 2013 09:40:11 -0800 Subject: [PATCH] Update FFmpeg to 1.1.2 --- index.html | 2 +- src/ffmpeg.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 7edf02b0..bb557109 100644 --- a/index.html +++ b/index.html @@ -1069,7 +1069,7 @@ aptitude -t squeeze-backports install cmake yasm ffmpeg - 1.1.1 + 1.1.2 ffmpeg diff --git a/src/ffmpeg.mk b/src/ffmpeg.mk index 03653e0e..3acd6a14 100644 --- a/src/ffmpeg.mk +++ b/src/ffmpeg.mk @@ -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)