From 59b938c8aa7d903e849748b737d45ccd949ef419 Mon Sep 17 00:00:00 2001 From: wm4 Date: Wed, 1 Aug 2012 17:30:31 +0200 Subject: stream: remove native RTSP/RTP/PNM support There are still various other RTSP implementations available, such as libnemesi, live555, and libav. The mplayer native version was a huge chunk of old unmaintained code. --- cfg-mplayer.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'cfg-mplayer.h') diff --git a/cfg-mplayer.h b/cfg-mplayer.h index 6deea83634..ac5ac0c75a 100644 --- a/cfg-mplayer.h +++ b/cfg-mplayer.h @@ -184,11 +184,11 @@ const m_option_t pvropts_conf[]={ extern const m_option_t dvbin_opts_conf[]; extern const m_option_t lavfdopts_conf[]; -extern int rtsp_transport_tcp; -extern int rtsp_transport_http; -extern int rtsp_transport_sctp; -extern int rtsp_port; -extern char *rtsp_destination; +int rtsp_transport_tcp; +int rtsp_transport_http; +int rtsp_transport_sctp; +int rtsp_port; +char *rtsp_destination; extern int sws_chr_vshift; -- cgit v1.2.3