1
0
mirror of https://git.openwrt.org/feed/packages.git synced 2024-06-13 10:59:13 +02:00
openwrt-packages/sound/fdk-aac/Config.in
Daniel Engberg bc1b307555 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>
2017-11-01 18:41:11 +01:00

13 lines
247 B
Plaintext

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