Browse Source

Merge pull request #1600 from thess/ffmpeg-update

ffmpeg: Update to latest - 2.7.2
lilik-openwrt-22.03
Ted Hess 9 years ago
parent
commit
3989f0de13
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      multimedia/ffmpeg/Makefile

+ 3
- 3
multimedia/ffmpeg/Makefile View File

@ -8,12 +8,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=ffmpeg
PKG_VERSION:=2.6.3
PKG_RELEASE:=2
PKG_VERSION:=2.7.2
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:=http://ffmpeg.org/releases/
PKG_MD5SUM:=e2cc3c209f91393d35ab58598e41cf22
PKG_MD5SUM:=7eb2140bab9f0a8669b65b50c8e4cfb5
PKG_MAINTAINER:=Ted Hess <thess@kitschensync.net>
PKG_LICENSE:=LGPL-2.1+ GPL-2+ LGPL-3


Loading…
Cancel
Save