mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
sound/lame: Add optional experimental optimization
Add optional experimental optimization Generic approach for --enable-expopt=full Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
menu "Configuration"
|
||||
depends on PACKAGE_lame-lib
|
||||
|
||||
config LAME-LIB_OPTIMIZE_SPEED
|
||||
bool "Optimize for speed"
|
||||
default n
|
||||
help
|
||||
This enables additional experimental
|
||||
optmization and increases performance
|
||||
considerably at the expense of binary size.
|
||||
|
||||
endmenu
|
||||
Reference in New Issue
Block a user