You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
247 B

  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