49560cde68
Change the faad build to use fixed point math if emulated floating point is in use (based on CONFIG_SOFT_FLOAT). Adds a config option to force the use of floating point math. Signed-off-by: Andy Leiserson <andy@leiserson.org> Signed-off-by: Florian Fainelli <florian@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/packages@34527 3c298f89-4303-0410-b956-a3cf2f4a3e73
13 lines
533 B
Plaintext
13 lines
533 B
Plaintext
config FAAD2_ALWAYS_USE_FLOATING_POINT
|
|
depends on PACKAGE_libfaad2
|
|
bool "Build FAAD2 to use floating-point math even if using soft floats."
|
|
default n
|
|
help
|
|
By default, libfaad2 will be built to use fixed point rather
|
|
than floating point math if emulated floating point operations
|
|
are being used. (See the CONFIG_SOFT_FLOAT option.) Set this
|
|
option if you would like to use floating point math regardless
|
|
of whether floating point emulation is in use.
|
|
|
|
For the best real-time decoding ability, leave this option off.
|