On Fri, May 27, 2011 at 17:05, Diego Biurrun <[email protected]> wrote: > On Fri, May 27, 2011 at 05:01:04PM +0200, Jindřich Makovička wrote: >> >> in the "configure: Do not unconditionally add -D_POSIX_C_SOURCE to >> CPPFLAGS" commit, removal of #define _XOPEN_SOURCE 600 broke the >> compilation of files using usleep(). This patch fixes the build by >> changing usleep() to nanosleep() in applehttp*.c and avio.c. > > This does not make any sense, _XOPEN_SOURCE=600 is now added globally > to CPPFLAGS on Linux instead of individually to a few files. What > problem on what system are you trying to address?
Sorry for the noise, I somehow missed that configure didn't finish due to missing dependency and built with an outdated configuration. It builds ok now. -- Jindrich Makovicka _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
