1
0
mirror of https://github.com/mpv-player/mpv synced 2025-03-01 11:50:48 +00:00

stream: remove some more forgotten network stuff

Was not cleanly removed with internal network code removal.
This commit is contained in:
wm4 2013-07-12 18:34:17 +02:00
parent dc95504a52
commit aa3b8c8fe7

View File

@ -60,18 +60,11 @@ static struct input_ctx *stream_check_interrupt_ctx;
extern const stream_info_t stream_info_vcd; extern const stream_info_t stream_info_vcd;
extern const stream_info_t stream_info_cdda; extern const stream_info_t stream_info_cdda;
extern const stream_info_t stream_info_asf;
extern const stream_info_t stream_info_udp;
extern const stream_info_t stream_info_http1;
extern const stream_info_t stream_info_http2;
extern const stream_info_t stream_info_dvb; extern const stream_info_t stream_info_dvb;
extern const stream_info_t stream_info_tv; extern const stream_info_t stream_info_tv;
extern const stream_info_t stream_info_radio; extern const stream_info_t stream_info_radio;
extern const stream_info_t stream_info_pvr; extern const stream_info_t stream_info_pvr;
extern const stream_info_t stream_info_ftp;
extern const stream_info_t stream_info_vstream;
extern const stream_info_t stream_info_smb; extern const stream_info_t stream_info_smb;
extern const stream_info_t stream_info_null; extern const stream_info_t stream_info_null;
extern const stream_info_t stream_info_memory; extern const stream_info_t stream_info_memory;
extern const stream_info_t stream_info_mf; extern const stream_info_t stream_info_mf;
@ -103,12 +96,6 @@ static const stream_info_t *const auto_open_streams[] = {
#ifdef CONFIG_PVR #ifdef CONFIG_PVR
&stream_info_pvr, &stream_info_pvr,
#endif #endif
#ifdef CONFIG_FTP
&stream_info_ftp,
#endif
#ifdef CONFIG_VSTREAM
&stream_info_vstream,
#endif
#ifdef CONFIG_LIBSMBCLIENT #ifdef CONFIG_LIBSMBCLIENT
&stream_info_smb, &stream_info_smb,
#endif #endif