ffmpeg: update to 2.6.2

This commit is contained in:
Avi Halachmi (:avih) 2015-04-07 12:22:05 +03:00
parent c8916596d8
commit 9e050db6de
1 changed files with 2 additions and 2 deletions

View File

@ -3,8 +3,8 @@
PKG := ffmpeg
$(PKG)_IGNORE :=
$(PKG)_VERSION := 2.5.4
$(PKG)_CHECKSUM := e7d0bab14e82876762531a883c6b48918631d48c
$(PKG)_VERSION := 2.6.2
$(PKG)_CHECKSUM := 65470c9b967485f72f81758a7bad44cf7a1763db
$(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION)
$(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.bz2
$(PKG)_URL := http://www.ffmpeg.org/releases/$($(PKG)_FILE)