summaryrefslogtreecommitdiff
path: root/multimedia/avifile/files/patch-ffmpeg::libav::udp.c
diff options
context:
space:
mode:
Diffstat (limited to 'multimedia/avifile/files/patch-ffmpeg::libav::udp.c')
-rw-r--r--multimedia/avifile/files/patch-ffmpeg::libav::udp.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/multimedia/avifile/files/patch-ffmpeg::libav::udp.c b/multimedia/avifile/files/patch-ffmpeg::libav::udp.c
deleted file mode 100644
index f90fc70a1ffc..000000000000
--- a/multimedia/avifile/files/patch-ffmpeg::libav::udp.c
+++ /dev/null
@@ -1,14 +0,0 @@
---- ffmpeg/libav/udp.c.orig Mon Nov 11 18:07:52 2002
-+++ ffmpeg/libav/udp.c Mon Nov 11 18:07:56 2002
-@@ -16,10 +16,10 @@
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- */
--#include <sys/socket.h>
- #include "avformat.h"
- #include <unistd.h>
- #include <sys/types.h>
-+#include <sys/socket.h>
- #include <netinet/in.h>
- #ifndef __BEOS__
- # include <arpa/inet.h>