I recently ran into a problem building ffmpeg on a uclibc system, where ffmpeg appears to depend on the log2f function. A bit of investigation led me to a section of code in libm/float_wrappers.c, with #undef L_log2f, and the comment: /* For the time being, do _NOT_ implement these functions * that are defined by SuSv3 */
What is missing is any explanation of WHY these functions are left unimplemented. There is the secondary issue of why ffmpeg requires this function, but that isn't really pertinent to this list... -A. Craig West _______________________________________________ uClibc mailing list [email protected] http://lists.busybox.net/mailman/listinfo/uclibc
