summaryrefslogtreecommitdiffstats
path: root/cfg-common.h
diff options
context:
space:
mode:
authorcehoyos <cehoyos@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-06-08 09:29:14 +0000
committerUoti Urpala <uau@glyph.nonexistent.invalid>2010-11-02 04:07:16 +0200
commit8de983fe7f447d5b5a567dc9947184d19f1b6095 (patch)
tree1a41929ee211b0e881518e2f4c2df68ec9fc34f7 /cfg-common.h
parentc280fd08c3ee5b81dc3ef83d274cd9972c5c29bc (diff)
downloadmpv-8de983fe7f447d5b5a567dc9947184d19f1b6095.tar.bz2
mpv-8de983fe7f447d5b5a567dc9947184d19f1b6095.tar.xz
rtsp: Support RTSP/RTP over HTTP via LIVE555
Patch by Malte Särner, malte D sarner A multiq se git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31347 b3059339-0415-0410-9bf9-f77b7e298cf2 Fix compilation with nemesi and live555. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31348 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'cfg-common.h')
-rw-r--r--cfg-common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cfg-common.h b/cfg-common.h
index 0b4ac9addc..f57e376157 100644
--- a/cfg-common.h
+++ b/cfg-common.h
@@ -185,6 +185,7 @@ extern const m_option_t lavfdopts_conf[];
extern int rtspStreamOverTCP;
extern int rtsp_transport_tcp;
+extern int rtsp_transport_http;
extern int rtsp_transport_sctp;
extern int rtsp_port;
extern char *rtsp_destination;