eval: fix printing of NaN in eval fate test.
authorRonald S. Bultje <rsbultje@gmail.com>
Thu, 26 Jul 2012 03:42:04 +0000 (20:42 -0700)
committerRonald S. Bultje <rsbultje@gmail.com>
Thu, 26 Jul 2012 22:56:32 +0000 (15:56 -0700)
commit02ac28229aa6824455e2cbc2389355575913041a
treec64132da3ce0cc2fa0c05295ad4b3fb86c8dda52
parent87849592345fcfedc97f21237d50246202337062
eval: fix printing of NaN in eval fate test.

This fixes "make fate-eval" on MSVC builds. Without this, the test outputs
"-1.#NaN" instead of "nan" on MSVS 2010.
libavutil/eval.c