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:
Daniel Engberg
2017-11-01 13:17:43 +01:00
parent 288a54b17f
commit 28aa5e18e0
2 changed files with 23 additions and 0 deletions
+12
View File
@@ -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