faad2: update to 2.11.2
authorRosen Penev <redacted>
Fri, 30 Jan 2026 04:55:29 +0000 (20:55 -0800)
committerGeorge Sapkin <redacted>
Sat, 31 Jan 2026 02:10:30 +0000 (04:10 +0200)
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 <redacted>
libs/faad2/Makefile

index 1dfc029ca6b9b3580746901856e90062eb779a10..a18ed31d218c88f08870f5878b534bc0c5eaaffe 100644 (file)
@@ -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
git clone https://git.99rst.org/PROJECT