Browse Source

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>
tags/n0.8
Michael Niedermayer 14 years ago
parent
commit
7b915726eb
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      libavformat/udp.c

+ 0
- 1
libavformat/udp.c View 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


Loading…
Cancel
Save