sound/fdk-aac: Update to latest commit

Update to latest commit upstream
Add optimization option

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
This commit is contained in:
Daniel Engberg
2017-11-01 18:40:42 +01:00
parent 288a54b17f
commit bc1b307555
2 changed files with 29 additions and 3 deletions
+12
View File
@@ -0,0 +1,12 @@
menu "Configuration"
depends on PACKAGE_fdk-aac
config FDK-AAC_OPTIMIZE_SPEED
bool "Optimize for speed"
default n
help
This enables additional optmization and
increases performance considerably at
the expense of binary size.
endmenu