Commit b2125520 authored by Måns Rullgård's avatar Måns Rullgård

applehttp: define _XOPEN_SOURCE=600 as required for usleep()

Originally committed as revision 24839 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent dd5f3238
......@@ -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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment