Building fails on cygwin due to the change of lrintf() to llrint() in libavcodec/mpegaudiodec.c. I get a linker error for an undefined reference. Reverting to the previous revision of libavcodec/mpegaudiodec.c, everything is fine. Michael