changeset 6393:98bbeb6188e5 libavformat

applehttp: define _XOPEN_SOURCE=600 as required for usleep()
author mru
date Thu, 19 Aug 2010 17:07:12 +0000
parents daca8bebdd88
children 896acb967d32
files applehttp.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/applehttp.c	Thu Aug 19 16:49:08 2010 +0000
+++ b/applehttp.c	Thu Aug 19 17:07:12 2010 +0000
@@ -25,6 +25,7 @@
  * http://tools.ietf.org/html/draft-pantos-http-live-streaming
  */
 
+#define _XOPEN_SOURCE 600
 #include "libavutil/avstring.h"
 #include "avformat.h"
 #include "internal.h"