aboutsummaryrefslogtreecommitdiff
path: root/libs/libx264
diff options
context:
space:
mode:
authorDaniel Engberg <daniel.engberg.lists@pyret.net>2017-06-24 13:46:18 +0200
committerGitHub <noreply@github.com>2017-06-24 13:46:18 +0200
commit4faeef52eadcfbaaeb217b67e38811be680c57ac (patch)
treeea1a9043087023a811d6145107ad0eb757f8955d /libs/libx264
parent1915b79ed801e07a35304bf7f78cf6fdee91777f (diff)
libs/libx264: Update to snapshot 20170623
Update libx264 to snapshot 20170623 Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
Diffstat (limited to 'libs/libx264')
-rw-r--r--libs/libx264/Makefile12
1 files changed, 8 insertions, 4 deletions
diff --git a/libs/libx264/Makefile b/libs/libx264/Makefile
index 8aebb85f3..b6ed92926 100644
--- a/libs/libx264/Makefile
+++ b/libs/libx264/Makefile
@@ -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