comparison avio.c @ 6486:fed4be333771 libavformat

Move AVOptions from libavcodec to libavutil
author michael
date Sun, 26 Sep 2010 14:25:22 +0000
parents 896acb967d32
children
comparison
equal deleted inserted replaced
6485:74295564eed0 6486:fed4be333771
21 21
22 /* needed for usleep() */ 22 /* needed for usleep() */
23 #define _XOPEN_SOURCE 600 23 #define _XOPEN_SOURCE 600
24 #include <unistd.h> 24 #include <unistd.h>
25 #include "libavutil/avstring.h" 25 #include "libavutil/avstring.h"
26 #include "libavcodec/opt.h" 26 #include "libavutil/opt.h"
27 #include "os_support.h" 27 #include "os_support.h"
28 #include "avformat.h" 28 #include "avformat.h"
29 #if CONFIG_NETWORK 29 #if CONFIG_NETWORK
30 #include "network.h" 30 #include "network.h"
31 #endif 31 #endif