mirror of
https://github.com/openwrt/packages.git
synced 2026-02-04 12:06:29 +08:00
faad2: update to 2.11.2
Remove no longer used CONFIGURE_ARGS since the conversion to CMake. Remove patented stuff. Red Hat Legal seems to have approved its inclusion into Fedora without any flags disabling SBR. If it's good enough for Red Hat it's good enough for OpenWrt. Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
committed by
George Sapkin
parent
5658afa60f
commit
b81df06b41
@@ -6,13 +6,13 @@
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=faad2
|
||||
PKG_VERSION:=2.11.1
|
||||
PKG_RELEASE:=2
|
||||
PKG_VERSION:=2.11.2
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PKG_SOURCE_PROTO:=git
|
||||
PKG_SOURCE_VERSION:=$(PKG_VERSION)
|
||||
PKG_SOURCE_URL:=https://github.com/knik0/faad2
|
||||
PKG_MIRROR_HASH:=8dfc89b418293a91c0fc0d11013205449669ce973f5e951500c1e11e3ac61970
|
||||
PKG_MIRROR_HASH:=20c27395021788c4a0cea6f9a56579f3d92835932784491eec7bc80ede38d02f
|
||||
|
||||
PKG_MAINTAINER:=Ted Hess <thess@kitschensync.net>
|
||||
PKG_LICENSE:=GPL-2.0-or-later
|
||||
@@ -59,15 +59,6 @@ $(call Package/faad2/Default/description)
|
||||
This package contains the library.
|
||||
endef
|
||||
|
||||
TARGET_CFLAGS += \
|
||||
$(if $(CONFIG_BUILD_PATENTED),,-DLC_ONLY_DECODER -DDISABLE_SBR) \
|
||||
$(if $(CONFIG_SOFT_FLOAT),-DFIXED_POINT)
|
||||
|
||||
CONFIGURE_ARGS += \
|
||||
--without-drm \
|
||||
--without-mpeg4ip \
|
||||
--without-xmms
|
||||
|
||||
define Build/InstallDev
|
||||
$(INSTALL_DIR) $(1)/usr/include
|
||||
$(CP) $(PKG_INSTALL_DIR)/usr/include/*.h $(1)/usr/include
|
||||
|
||||
Reference in New Issue
Block a user