From 854303ad49d188d96af8151b290162916c81c993 Mon Sep 17 00:00:00 2001 From: wm4 Date: Sun, 7 Jul 2013 19:40:14 +0200 Subject: Remove internal network support This commit removes the "old" networking code in favor of libavformat's code. The code was still used for mp_http, udp, ftp, cddb. http has been mapped to libavformat's http support since approximately 6 months ago. udp and ftp have support in ffmpeg (though ftp was added only last month). cddb support is removed with this commit - it's probably not important and rarely used if at all, so we don't care about it. --- stream/cookies.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'stream/cookies.h') diff --git a/stream/cookies.h b/stream/cookies.h index a24560631b..e8b548c112 100644 --- a/stream/cookies.h +++ b/stream/cookies.h @@ -24,10 +24,6 @@ #ifndef MPLAYER_COOKIES_H #define MPLAYER_COOKIES_H -#include "http.h" - -void cookies_set(HTTP_header_t * http_hdr, const char *hostname, - const char *url); char *cookies_lavf(void); #endif /* MPLAYER_COOKIES_H */ -- cgit v1.2.3