ffmpeg compiled with gcc 4.2 and -ffast-math optimization fails parsing options. Fix: ffmpeg has code as `double d; if (isnan(d)) { }' If enable -ffinite-math-only included -ffast-math, isnan() is always returned false. References: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25975 Patch attached with submission follows: How-To-Repeat: Please read this: http://lists.mplayerhq.hu/pipermail/ffmpeg-user/2007-September/011492.html
Responsible Changed From-To: freebsd-ports-bugs->freebsd-multimedia Over to maintainer (via the GNATS Auto Assign Tool)
State Changed From-To: open->closed Committed, thanks!