Merge pull request #4507 from diizzyy/patch-59

libs/libx264: Update to snapshot 20170623
This commit is contained in:
Hannu Nyman 2017-07-11 23:15:55 +03:00 committed by GitHub
commit 67eba49a5c
1 changed files with 8 additions and 4 deletions

View File

@ -8,13 +8,13 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=x264
PKG_VERSION:=snapshot-20160815-2245-stable
PKG_RELEASE:=3
PKG_VERSION:=snapshot-20170623-2245-stable
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:=https://download.videolan.org/x264/snapshots/
PKG_MAINTAINER:=Adrian Panella <ianchi74@outlook.com>
PKG_MD5SUM:=93fa596ea1b5513fec73e9de27589dd4
PKG_HASH:=e8af5d199b6af8124b6e54631ab7b2ff20f1ce86bbcc2f58bd800bc85bee6b2f
PKG_LICENSE:=GPL-2.0
PKG_LICENSE_FILES:=COPYING
@ -52,7 +52,11 @@ endif
CONFIGURE_ARGS += \
--enable-shared \
--enable-pic \
--disable-cli
--enable-strip \
--disable-cli \
--disable-avs \
--disable-ffms \
--disable-lsmash
define Package/libx264
SECTION:=libs