mirror of
https://github.com/openwrt/packages.git
synced 2026-04-15 19:02:09 +00:00
fdk-aac: add BUILD_PATENTED to CONFIG_DEPENDS
Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
@@ -21,7 +21,9 @@ PKG_FIXUP:=autoreconf
|
||||
PKG_INSTALL:=1
|
||||
PKG_BUILD_PARALLEL:=1
|
||||
|
||||
PKG_CONFIG_DEPENDS:= CONFIG_FDK-AAC_OPTIMIZE_SPEED
|
||||
PKG_CONFIG_DEPENDS:= \
|
||||
CONFIG_BUILD_PATENTED \
|
||||
CONFIG_FDK-AAC_OPTIMIZE_SPEED
|
||||
|
||||
ifneq ($(CONFIG_BUILD_PATENTED),y)
|
||||
PATCH_DIR:=./patches-free
|
||||
|
||||
Reference in New Issue
Block a user