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