1
0

Config.in 247 B

123456789101112
  1. menu "Configuration"
  2. depends on PACKAGE_fdk-aac
  3. config FDK-AAC_OPTIMIZE_SPEED
  4. bool "Optimize for speed"
  5. default n
  6. help
  7. This enables additional optmization and
  8. increases performance considerably at
  9. the expense of binary size.
  10. endmenu