diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2011-05-15 01:48:17 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2011-05-15 01:48:17 +0200 |
commit | 7b915726ebeab8ce4125dacb4afa79f04913a6fe (patch) | |
tree | e1a61e4d0e549dbb1123aa2401a2675e83fc9a6f /libavformat/udp.c | |
parent | 90bb2c78d6344537aa8c670334cffae2f2bb7259 (diff) | |
download | ffmpeg-7b915726ebeab8ce4125dacb4afa79f04913a6fe.tar.gz |
udp: remove resource.h inclusion, it breaks mingw compilation.
The header seems unneeded, if its needed we will put it back with appropriate #if
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavformat/udp.c')
-rw-r--r-- | libavformat/udp.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavformat/udp.c b/libavformat/udp.c index c5f16aed02..802cbd5975 100644 --- a/libavformat/udp.c +++ b/libavformat/udp.c @@ -36,7 +36,6 @@ #include "os_support.h" #include "url.h" #include <pthread.h> -#include <sys/resource.h> #include <sys/time.h> #ifndef IPV6_ADD_MEMBERSHIP |