Update package ffmpeg

This commit is contained in:
Timothy Gu 2013-09-01 20:08:17 -07:00
parent c5755964df
commit 54917e678b
1 changed files with 2 additions and 2 deletions

View File

@ -3,8 +3,8 @@
PKG := ffmpeg
$(PKG)_IGNORE :=
$(PKG)_VERSION := 1.2.2
$(PKG)_CHECKSUM := 5ccf4067f43853e5d63218aba13bc571b1108b5a
$(PKG)_VERSION := 1.2.3
$(PKG)_CHECKSUM := f083c92075fe010f17416bc880dfca101535276d
$(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION)
$(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.bz2
$(PKG)_URL := http://www.ffmpeg.org/releases/$($(PKG)_FILE)