Update ffmpeg

This commit is contained in:
Timothy Gu 2015-12-16 17:00:34 -08:00 committed by Tony Theodore
parent 77721e5c20
commit b3fa1da8ce
1 changed files with 2 additions and 2 deletions

View File

@ -3,8 +3,8 @@
PKG := ffmpeg
$(PKG)_IGNORE :=
$(PKG)_VERSION := 2.8.2
$(PKG)_CHECKSUM := 830ec647f7ad774fc0caf17ba47774bf5dee7a89cbd65894f364a87ba3ad21b2
$(PKG)_VERSION := 2.8.4
$(PKG)_CHECKSUM := 83cc8136a7845546062a43cda9ae3cf0a02f43ef5e434d2f997f055231a75f8e
$(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION)
$(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.bz2
$(PKG)_URL := http://www.ffmpeg.org/releases/$($(PKG)_FILE)