]> git.sesse.net Git - ffmpeg/commitdiff
udp: remove resource.h inclusion, it breaks mingw compilation.
authorMichael Niedermayer <michaelni@gmx.at>
Sat, 14 May 2011 23:48:17 +0000 (01:48 +0200)
committerMichael Niedermayer <michaelni@gmx.at>
Sat, 14 May 2011 23:48:17 +0000 (01:48 +0200)
The header seems unneeded, if its needed we will put it back with appropriate #if
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
libavformat/udp.c

index c5f16aed0255c4815f9107cd344565bb1df2c658..802cbd5975a11c88e04ca7805876a39b7fe04c45 100644 (file)
@@ -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