On Feb 6, 2005, at 12:28 PM, Chris Birkinshaw wrote: > NuppelVideoPlayer.cpp:519: error: `isnan' undeclared (first use this > function) > > Any ideas? Yep, this cropped up in MythVideo before. Apple's GCC requires the "_GLIBCPP_USE_C99" define before it will accept isnan() -- I'm testing a patch for this now. - Jer