Config.in (533B)
1 config FAAD2_ALWAYS_USE_FLOATING_POINT 2 depends on PACKAGE_libfaad2 3 bool "Build FAAD2 to use floating-point math even if using soft floats." 4 default n 5 help 6 By default, libfaad2 will be built to use fixed point rather 7 than floating point math if emulated floating point operations 8 are being used. (See the CONFIG_SOFT_FLOAT option.) Set this 9 option if you would like to use floating point math regardless 10 of whether floating point emulation is in use. 11 12 For the best real-time decoding ability, leave this option off.