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
261 B

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