summaryrefslogtreecommitdiffstats
path: root/libmpdemux/video.c
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2012-08-18 10:37:34 +0200
committerwm4 <wm4@nowhere>2012-08-20 15:36:03 +0200
commit3a5d5f01d4d8d7beb53c3288d72db20f2ad0b141 (patch)
tree4b07874ce53c81de4fb74c77c9859def23f62ac6 /libmpdemux/video.c
parent8ca3ec1562986c0681261cad407e05578eda45fd (diff)
downloadmpv-3a5d5f01d4d8d7beb53c3288d72db20f2ad0b141.tar.bz2
mpv-3a5d5f01d4d8d7beb53c3288d72db20f2ad0b141.tar.xz
Remove support for LIVE555 RTSP streaming
The main excuse for removing this is that LIVE555 deprecated the API the mplayer implementation was using. The old API still seems to be somewhat supported, but must be explicitly enabled at LIVE555 compilation, so mplayer won't always work on any user installation. The implementation was also very messy, in C++, and FFmpeg support is available as alternative. Remove it completely.
Diffstat (limited to 'libmpdemux/video.c')
-rw-r--r--libmpdemux/video.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/libmpdemux/video.c b/libmpdemux/video.c
index 9045da1147..ba1e9964ab 100644
--- a/libmpdemux/video.c
+++ b/libmpdemux/video.c
@@ -37,10 +37,6 @@
/* biCompression constant */
#define BI_RGB 0L
-#ifdef CONFIG_LIVE555
-#include "demux_rtp.h"
-#endif
-
int video_read_properties(sh_video_t *sh_video){
demux_stream_t *d_video=sh_video->ds;