On Wed, 22 Sep 2010, diego wrote: > Do not compile libfaad2's lrintf() implementation if __STDC_VERSION__ is set. > This should be enough to ensure that a system lrintf implementation exists. Isn't lrintf() __STDC_VERSION__ >= 199901L only?