From f47809da4486f7046846766b9ec87894d534cb4e Mon Sep 17 00:00:00 2001 From: Daniel Engberg Date: Mon, 7 Aug 2017 14:03:22 +0200 Subject: libs/faad2: Update to 2.8.1 * Switch back to upstream repo * Follow the same configuration style as ffmpeg and mpg123 for using float vs fixed point codepaths. * Remove unneeded cpp variables (musl provides C99 math library) Signed-off-by: Daniel Engberg --- libs/faad2/Config.in | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 libs/faad2/Config.in (limited to 'libs/faad2/Config.in') diff --git a/libs/faad2/Config.in b/libs/faad2/Config.in deleted file mode 100644 index 00336766f..000000000 --- a/libs/faad2/Config.in +++ /dev/null @@ -1,12 +0,0 @@ -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. -- cgit v1.2.3