aboutsummaryrefslogtreecommitdiff
path: root/sound
diff options
context:
space:
mode:
authorRosen Penev <rosenp@gmail.com>2020-03-22 16:36:45 -0700
committerGitHub <noreply@github.com>2020-03-22 16:36:45 -0700
commitfb12840581d9301a4577626c53854594fc855b2e (patch)
treecdc8f236343d3c1025004797cf6abc40d03f40af /sound
parent845f7fc2bbc871cbc434c3bbb06ab992c4c6b9b1 (diff)
fdk-aac: add BUILD_PATENTED to CONFIG_DEPENDS
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'sound')
-rw-r--r--sound/fdk-aac/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/sound/fdk-aac/Makefile b/sound/fdk-aac/Makefile
index a60777895..61599c687 100644
--- a/sound/fdk-aac/Makefile
+++ b/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