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? Diego _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
