diff options
author | Ian Leonard <antonlacon@gmail.com> | 2014-12-24 14:21:54 -0800 |
---|---|---|
committer | Ian Leonard <antonlacon@gmail.com> | 2014-12-24 14:30:39 -0800 |
commit | 44d4b10c94914468f8c513132d943cf5728bb9e7 (patch) | |
tree | 7d83348d6b45f5331b61825946e8cf895eee468a /multimedia | |
parent | 695b5950126f3761d220f5d4640df782acf325bf (diff) |
ffmpeg: update to 2.4.5
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/ffmpeg/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/ffmpeg/Makefile b/multimedia/ffmpeg/Makefile index f3053748c..7a3cf76b7 100644 --- a/multimedia/ffmpeg/Makefile +++ b/multimedia/ffmpeg/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=ffmpeg -PKG_VERSION:=2.4.4 +PKG_VERSION:=2.4.5 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=http://ffmpeg.org/releases/ -PKG_MD5SUM:=7e2819c71484ffba1ba1a91dd5285643 +PKG_MD5SUM:=685362fc14d2c28568a5d36b3760795a PKG_MAINTAINER:=Ted Hess <thess@kitschensync.net> PKG_LICENSE:=LGPL-2.1+ GPL-2+ LGPL-3 |