diff options
author | Ian Leonard <antonlacon@gmail.com> | 2014-10-03 01:56:11 -0700 |
---|---|---|
committer | Ian Leonard <antonlacon@gmail.com> | 2014-10-11 22:13:15 -0700 |
commit | 94b4a11fe18fb2dcb64dc53d930d80fae020d3b7 (patch) | |
tree | 434b4dcfcc6ae139528d8bf6368e75397011f807 /multimedia | |
parent | ad20ef11473c7d3a84d050f3d09cd968a562b84f (diff) |
ffmpeg: Update to 2.3.4
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 ab1beb640..f3c047dd4 100644 --- a/multimedia/ffmpeg/Makefile +++ b/multimedia/ffmpeg/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=ffmpeg -PKG_VERSION:=2.3.3 +PKG_VERSION:=2.3.4 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=http://ffmpeg.org/releases/ -PKG_MD5SUM:=72361d3b8717b6db3ad2b9da8df7af5e +PKG_MD5SUM:=d6a0c7f0827a2446ca2bed11ac9bf608 PKG_MAINTAINER:=Ted Hess <thess@kitschensync.net> PKG_LICENSE:=LGPL-2.1+ GPL-2+ LGPL-3 |