1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-23 12:43:46 +02:00

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
This commit is contained in:
Michael Niedermayer 2008-02-26 20:21:49 +00:00
parent 499e4700ef
commit 11fdbc4430

1
configure vendored
View File

@ -1808,6 +1808,7 @@ elif enabled optimizations; then
add_cflags "-O3" add_cflags "-O3"
fi fi
fi fi
check_cflags -fno-math-errno
# PIC flags for shared library objects where they are needed # PIC flags for shared library objects where they are needed
if enabled shared; then if enabled shared; then