Browse Source
fdk-aac: add BUILD_PATENTED to CONFIG_DEPENDS
Signed-off-by: Rosen Penev <rosenp@gmail.com>
lilik-openwrt-22.03
Rosen Penev
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
3 additions and
1 deletions
-
sound/fdk-aac/Makefile
|
|
@ -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 |
|
|
|