diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2008-02-26 20:21:49 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2008-02-26 20:21:49 +0000 |
commit | 11fdbc4430785fbed7ce3a9b086e0bcba1690603 (patch) | |
tree | f01fc16b69018bebaa3863a1f2419c65ab6a42bb /configure | |
parent | 499e4700efc1bf1daf3f6234b13fc41bd6bf2708 (diff) | |
download | ffmpeg-11fdbc4430785fbed7ce3a9b086e0bcba1690603.tar.gz |
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
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |