summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2008-02-26 20:21:49 +0000
committerMichael Niedermayer <michaelni@gmx.at>2008-02-26 20:21:49 +0000
commit11fdbc4430785fbed7ce3a9b086e0bcba1690603 (patch)
treef01fc16b69018bebaa3863a1f2419c65ab6a42bb
parent499e4700efc1bf1daf3f6234b13fc41bd6bf2708 (diff)
25% faster floating point AAN IDCT.
Other float code likely benefits as well ... Originally committed as revision 12245 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index 45a5203918..065bccc8bc 100755
--- a/configure
+++ b/configure
@@ -1808,6 +1808,7 @@ elif enabled optimizations; then
add_cflags "-O3"
fi
fi
+check_cflags -fno-math-errno
# PIC flags for shared library objects where they are needed
if enabled shared; then