Browse Source

ffmpeg: update to 2.7.6

Signed-off-by: Ian Leonard <antonlacon@gmail.com>
Ian Leonard 9 years ago
parent
commit
d2c8f9ecd2
1 changed files with 3 additions and 3 deletions
  1. 3
    3
      multimedia/ffmpeg/Makefile

+ 3
- 3
multimedia/ffmpeg/Makefile View File

@@ -1,5 +1,5 @@
1 1
 #
2
-# Copyright (C) 2006-2015 OpenWrt.org
2
+# Copyright (C) 2006-2016 OpenWrt.org
3 3
 #
4 4
 # This is free software, licensed under the GNU General Public License v2.
5 5
 # See /LICENSE for more information.
@@ -8,12 +8,12 @@
8 8
 include $(TOPDIR)/rules.mk
9 9
 
10 10
 PKG_NAME:=ffmpeg
11
-PKG_VERSION:=2.7.4
11
+PKG_VERSION:=2.7.6
12 12
 PKG_RELEASE:=1
13 13
 
14 14
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
15 15
 PKG_SOURCE_URL:=http://ffmpeg.org/releases/
16
-PKG_MD5SUM:=dea35a30de724e1851a94680fc209a0d
16
+PKG_MD5SUM:=578c88242872e58cf0db5f23faa4b2af
17 17
 PKG_MAINTAINER:=Ted Hess <thess@kitschensync.net>
18 18
 
19 19
 PKG_LICENSE:=LGPL-2.1+ GPL-2+ LGPL-3