[FFmpeg-cvslog] udp: remove resource.h inclusion, it breaks mingw compilation.
Michael Niedermayer
git at videolan.org
Sun May 15 01:59:51 CEST 2011
ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Sun May 15 01:48:17 2011 +0200| [7b915726ebeab8ce4125dacb4afa79f04913a6fe] | committer: Michael Niedermayer
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 at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=7b915726ebeab8ce4125dacb4afa79f04913a6fe
---
libavformat/udp.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/libavformat/udp.c b/libavformat/udp.c
index c5f16ae..802cbd5 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
More information about the ffmpeg-cvslog
mailing list